From 4d6cf9e02cdcdd51dc29a118e9af0977217c252a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 22 Jan 2023 22:39:46 +0100 Subject: Allow guixdeploy user to do anything as root This is required to use "guix deploy". --- tw/system/vin.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/system/vin.scm') diff --git a/tw/system/vin.scm b/tw/system/vin.scm index ddecc127..b6275b5a 100644 --- a/tw/system/vin.scm +++ b/tw/system/vin.scm @@ -27,6 +27,7 @@ (locale-definition (name "fr_FR.utf8") (source "fr_FR")) (locale-definition (name "en_US.utf8") (source "en_US")))) + (sudoers-file %sudoers-file) (hosts-file %wireguard-etc-hosts) ;; Allow resolution of '.local' host names with mDNS. (name-service-switch %mdns-host-lookup-nss) -- cgit v1.2.3