From e7c2092ee7c73215191805463bdc7dacbea50be5 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:57:20 +0200 Subject: [PATCH] ashes to ashes --- hosts/common/server.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/server.nix b/hosts/common/server.nix index 1efe14b..bee41bc 100644 --- a/hosts/common/server.nix +++ b/hosts/common/server.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: { - security.sudo.wheelNeedsPassword = lib.mkDefault true; services = { openssh = { enable = true;