restructured users

This commit is contained in:
2025-10-04 15:56:12 -05:00
parent 96dd01e1e9
commit c783649784

View File

@@ -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 = [