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") ];
|
openssh.authorizedKeys.keyFiles = [ ("${materusArg.cfg.path}" + "/extraFiles/keys/ssh/materus.pub") ];
|
||||||
hashedPasswordFile = config.sops.secrets."users/materus".path;
|
hashedPasswordFile = config.sops.secrets."users/materus".path;
|
||||||
};
|
};
|
||||||
users.users.tester = {
|
|
||||||
isNormalUser = true;
|
|
||||||
home = "/tmp/home/tester";
|
|
||||||
hashedPasswordFile = config.sops.secrets."users/materus".path;
|
|
||||||
};
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue