diff --git a/system/users.nix b/system/users.nix index 61ac0bf..1b2282e 100644 --- a/system/users.nix +++ b/system/users.nix @@ -13,19 +13,6 @@ "docker" ]; }; - users.users.test = { - uid = 1001; - isNormalUser = true; - # hashedPasswordFile = "/persist/passwords/chris"; - initialPassword = "changeme123"; - shell = pkgs.zsh; - extraGroups = [ - "chris" - "wheel" - "networkmanager" - "docker" - ]; - }; system.activationScripts = { setupInitialPassword = { text = ''