From dae3b7c7f68e1a21310db20b901286884d4b0fc3 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 10 Oct 2024 09:41:58 +0200 Subject: [PATCH] fix(web02): Remove test user --- machines/web02/_configuration.nix | 4 ---- 1 file changed, 4 deletions(-) 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" ];