From 011ccba03bbea3834aef17a1b548de61daebcaff Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 25 May 2026 20:15:19 +0200 Subject: [PATCH] repair btrbk --- hosts/configuration_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration_common.nix b/hosts/configuration_common.nix index 6183f31..ae67219 100644 --- a/hosts/configuration_common.nix +++ b/hosts/configuration_common.nix @@ -111,7 +111,7 @@ ]; security = { - sudo.execWheelOnly = true; + sudo.execWheelOnly = false; pki.certificateFiles = [ ./rootCA.pem ];