From 86ee3a987b29c8950f3f13e25ec8a26ced0d001a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 22 Oct 2025 17:02:19 +0200 Subject: [PATCH] rm wheel Signed-off-by: Kiara Grouwstra --- deployment/check/common/utils.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/deployment/check/common/utils.nix b/deployment/check/common/utils.nix index 3ae02e0f..35222278 100644 --- a/deployment/check/common/utils.nix +++ b/deployment/check/common/utils.nix @@ -58,9 +58,6 @@ ]; }; - security.sudo.wheelNeedsPassword = false; - nix.settings.trusted-users = [ "@wheel" ]; - services.cloud-init = { enable = true; network.enable = true;