summaryrefslogtreecommitdiff
path: root/tw/system/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-22 22:34:59 +0100
committerTimo Wilken2023-01-22 22:58:58 +0100
commit21ead4bff50f058bfdecdcbb5bda6965a756ed93 (patch)
tree92506909c26bc0a08557849b262abdebb67b710b /tw/system/lap.scm
parent33a632b790b83a7c03e2692d1029ddf1d9c62911 (diff)
Extract common server packages and services
This should improve maintainability a bit by combining common services running on the servers. Additionally, this parameterises common parts by servers' host names instead of the host-name-like symbols as before.
Diffstat (limited to 'tw/system/lap.scm')
-rw-r--r--tw/system/lap.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/system/lap.scm b/tw/system/lap.scm
index cd2e4496..2cdfb9c9 100644
--- a/tw/system/lap.scm
+++ b/tw/system/lap.scm
@@ -274,7 +274,7 @@ support extra features (acr, pmu, gr).")
;; location.
geoclue
;; Base packages
- (append %common-system-packages %base-packages)))
+ %base-system-packages))
;; Use the "desktop" services, which include the X11
;; log-in service, networking with NetworkManager, and more.
@@ -295,7 +295,7 @@ support extra features (acr, pmu, gr).")
(bluetooth-service)
- (wireguard-service 'lap)
+ (wireguard-service host-name)
(service docker-service-type
(docker-configuration))