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