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";
}