summaryrefslogtreecommitdiff
path: root/deployment/system/akashi.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-06-05 11:36:42 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-06-07 12:08:57 +0200
commite858b3ce7b3549ea95f09c36cff109d7ad4e7c40 (patch)
tree65f4a119d5e21d63e2257216d6ce7ff924593798 /deployment/system/akashi.scm
parentc393b9a7ce661a6ff245cd118d0235a4207661f9 (diff)
(services): add initial deployment of Wireguard VPN
Diffstat (limited to 'deployment/system/akashi.scm')
-rw-r--r--deployment/system/akashi.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm
index aec057d..5e62fa4 100644
--- a/deployment/system/akashi.scm
+++ b/deployment/system/akashi.scm
@@ -25,6 +25,8 @@
#:use-module (users id1000)
#:use-module ((deployment gexp)
#:prefix deployment:gexp:)
+ #:use-module ((deployment services vpn)
+ #:prefix deployment:services:vpn:)
#:use-module ((gnu packages linux)
#:prefix gnu:packages:linux:)
#:use-module ((gnu services)
@@ -129,6 +131,7 @@
(essential-services (gnu:system:operating-system-default-essential-services gnu:system:this-operating-system))
(services (cons* guix-home
offload-extension
+ deployment:services:vpn:wireguard-service-akashi
sovereign:systems:%sovereign-services))
(pam-services (gnu:system:pam:base-pam-services))
(privileged-programs gnu:system:%default-privileged-programs)