modified user to be modular, separated machine specific configs

This commit is contained in:
2024-11-05 19:46:59 -05:00
parent e19f24b5dd
commit 55d5cea59f
5 changed files with 30 additions and 22 deletions

View File

@ -200,10 +200,10 @@
arguments = "-v -o pw";
};
users.users."${userName}" = {
group = "${userName}";
isNormalUser = true;
};
# users.users."${userName}" = {
# group = "${userName}";
# isNormalUser = true;
# };
system.stateVersion = "24.05";
}

View File

@ -168,6 +168,12 @@
pkgs.bash
];
# Auto upgrade nix package and the daemon service.
# services.nix-daemon.enable = true;
# Use this instead of services.nix-daemon.enable if you
# don't wan't the daemon service to be managed for you.
services.nix-daemon.enable = true;
system.stateVersion = 5;
# Set your time zone.