restructured users
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../users/blake/blake.nix
|
||||
../../users/users.nix
|
||||
../../modules/system/system.nix
|
||||
../../modules/homelab/homelab.nix
|
||||
];
|
||||
@@ -24,8 +24,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
# enable user
|
||||
users.blake.enable = true;
|
||||
# enable users
|
||||
users = {
|
||||
blake.enable = true;
|
||||
};
|
||||
|
||||
# passwordless rebuild
|
||||
security.sudo.extraRules = [
|
||||
|
||||
Reference in New Issue
Block a user