Added i3lock and autolocking for laptop
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
# Supported Filesystems
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
# Hostname and User
|
||||
networking.hostName = "randomctf";
|
||||
# Import default user config
|
||||
users.users.random = import ./user.nix;
|
||||
|
||||
# Networking
|
||||
networking.hostName = "randomctf";
|
||||
|
||||
# Temporary fix for service failure.
|
||||
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user