mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-26 10:04:24 +02:00
materusPC: remove test user
This commit is contained in:
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;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user