summaryrefslogtreecommitdiff
path: root/tw/system/lap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/lap.scm')
-rw-r--r--tw/system/lap.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tw/system/lap.scm b/tw/system/lap.scm
index d3227dc9..04a93953 100644
--- a/tw/system/lap.scm
+++ b/tw/system/lap.scm
@@ -138,7 +138,6 @@ support extra features (acr, pmu, gr).")
(locale-definition (name "en_US.utf8") (source "en_US"))
(locale-definition (name "fr_FR.utf8") (source "fr_FR"))))
- (hosts-file %wireguard-etc-hosts)
;; Allow resolution of '.local' host names with mDNS.
(name-service-switch %mdns-host-lookup-nss)
@@ -293,7 +292,9 @@ support extra features (acr, pmu, gr).")
(bluetooth-service)
- (wireguard-service host-name)
+ (service tw-wireguard-service-type
+ (tw-wireguard-configuration
+ (this-host host-name)))
(service docker-service-type
(docker-configuration))