Update files

This commit is contained in:
2026-03-23 20:13:45 +00:00
parent 1542c5ba2f
commit b78485c0d6

View File

@@ -13,19 +13,6 @@
"docker"
];
};
users.users.test = {
uid = 1001;
isNormalUser = true;
# hashedPasswordFile = "/persist/passwords/chris";
initialPassword = "changeme123";
shell = pkgs.zsh;
extraGroups = [
"chris"
"wheel"
"networkmanager"
"docker"
];
};
system.activationScripts = {
setupInitialPassword = {
text = ''