From 5fc75da28c7c841ab9ef1ea9e6cbc8141794d821 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 5 Nov 2023 13:41:34 +0100 Subject: [PATCH] hosts/zinc: enforce password for sudo --- hosts/zinc/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/zinc/configuration.nix b/hosts/zinc/configuration.nix index 39e0b0e..84e354f 100644 --- a/hosts/zinc/configuration.nix +++ b/hosts/zinc/configuration.nix @@ -24,8 +24,6 @@ networking.hostName = "zinc"; - security.sudo.wheelNeedsPassword = lib.mkForce false; - services.wg-clerie = { enable = true; ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];