diff --git a/machines/web02/_configuration.nix b/machines/web02/_configuration.nix index 0401986..898f7f6 100644 --- a/machines/web02/_configuration.nix +++ b/machines/web02/_configuration.nix @@ -13,10 +13,6 @@ lib.extra.mkConfig { ]; extraConfig = { - users.users.test = { - isNormalUser = true; - password = "totoro"; - }; # Restrict access to this node dgn-access-control.users.root = [ "thubrecht" ];