From 07651fbcdf88e14c654ffa3a5d5ef93da321455c Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:56:54 +0200 Subject: [PATCH] i am colored surprised --- hosts/common/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/server.nix b/hosts/common/server.nix index 5d30dc7..1efe14b 100644 --- a/hosts/common/server.nix +++ b/hosts/common/server.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - security.sudo.wheelNeedsPassword = true; + security.sudo.wheelNeedsPassword = lib.mkDefault true; services = { openssh = { enable = true;