From 21ead4bff50f058bfdecdcbb5bda6965a756ed93 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 22 Jan 2023 22:34:59 +0100 Subject: 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. --- tw/system/lap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw/system/lap.scm') 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)) -- cgit v1.2.3