diff --git a/configurations/host/materusPC/other/users.nix b/configurations/host/materusPC/other/users.nix index f48c72e..7101093 100644 --- a/configurations/host/materusPC/other/users.nix +++ b/configurations/host/materusPC/other/users.nix @@ -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; - }; } \ No newline at end of file