mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
materusPC: remove test user
This commit is contained in:
@@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user