aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-24 22:44:39 +0100
committerTimo Wilken2023-01-24 22:44:39 +0100
commitf74fb866de4a018a749e3a592c184010c397790a (patch)
treeb18757142029e8a42445d5ce46663404fb1f50fd /tw/system/lud.scm
parent5c8a2a8504519d43b5b681424b3694dca0418965 (diff)
Remove guixdeploy user again
It's probably better to just SSH in as root instead, seeing as the guixdeploy user can otherwise do anything as root anyway.
Diffstat (limited to 'tw/system/lud.scm')
-rw-r--r--tw/system/lud.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index f4827f8a..cc605b76 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -205,7 +205,6 @@ ProxyPass \"/\" \"https://127.0.0.1:48448/\"
(locale-definition (name "pt_BR.utf8") (source "pt_BR"))
(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)