From 935de5f352cd48dfd19a2ef636f107d52f21766d Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 21 Oct 2024 16:49:19 +0200 Subject: [PATCH] materusPC: remove test user --- configurations/host/materusPC/other/users.nix | 5 ----- 1 file changed, 5 deletions(-) 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