materusPC: remove test user

This commit is contained in:
2024-10-21 16:49:19 +02:00
parent c4fccc6f11
commit 935de5f352
@@ -24,9 +24,4 @@ users.users.materus = {
openssh.authorizedKeys.keyFiles = [ ("${materusArg.cfg.path}" + "/extraFiles/keys/ssh/materus.pub") ];
hashedPasswordFile = config.sops.secrets."users/materus".path;
};
users.users.tester = {
isNormalUser = true;
home = "/tmp/home/tester";
hashedPasswordFile = config.sops.secrets."users/materus".path;
};
}