materusPC: remove test user

This commit is contained in:
Mateusz Słodkowicz 2024-10-21 16:49:19 +02:00
parent c4fccc6f11
commit 935de5f352
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 0 additions and 5 deletions

View File

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