From 7ca735fa6d6670e783ef2c46b8e16ef4a132d6a7 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 23 Sep 2023 19:36:27 +0200 Subject: [PATCH] hosts/zinc: make sudo not require a password --- hosts/zinc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zinc/configuration.nix b/hosts/zinc/configuration.nix index 84e354f..39e0b0e 100644 --- a/hosts/zinc/configuration.nix +++ b/hosts/zinc/configuration.nix @@ -24,6 +24,8 @@ networking.hostName = "zinc"; + security.sudo.wheelNeedsPassword = lib.mkForce false; + services.wg-clerie = { enable = true; ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];