diff options
Diffstat (limited to 'deployment/system/akashi.scm')
| -rw-r--r-- | deployment/system/akashi.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm index 7276a03..17fda4c 100644 --- a/deployment/system/akashi.scm +++ b/deployment/system/akashi.scm @@ -23,6 +23,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) |
