summaryrefslogtreecommitdiff
path: root/deployment/system
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-09-04 12:30:47 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-09-05 00:15:20 +0200
commitff0015ef47203045f1a1154b8d340a4163a94925 (patch)
treef7e1100813a654d9953e456a0fa3ef03068d793d /deployment/system
parentc4057b73bb35da5bb31d395b736ffd87b6edd336 (diff)
(system rakan): implement automatic mount and unmounting of NFSHEADtestmaster
Diffstat (limited to 'deployment/system')
-rw-r--r--deployment/system/rakan.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/deployment/system/rakan.scm b/deployment/system/rakan.scm
index faa08c5..8edfa4a 100644
--- a/deployment/system/rakan.scm
+++ b/deployment/system/rakan.scm
@@ -26,6 +26,8 @@
#:prefix deployment:gexp:)
#:use-module ( (deployment services)
#:prefix deployment:services:)
+ #:use-module ( (deployment services nfs)
+ #:prefix deployment:services:nfs:)
#:use-module ( (deployment services vpn)
#:prefix deployment:services:vpn:)
#:use-module ( (deployment system file-systems)
@@ -278,8 +280,10 @@
(locale-libcs gnu:system:locale:%default-locale-libcs)
(name-service-switch gnu:system:nss:%default-nss)
(essential-services (gnu:system:operating-system-default-essential-services gnu:system:this-operating-system))
- (services (cons* guix-home-service
+ (services (cons* deployment:services:nfs:autofs-rakan_service-record
+ guix-home-service
guix-publish-service
+ deployment:services:nfs:nfs-rakan_service-record
sovereign:packages:protonmail:nogui-profile
offload-auth
deployment:services:qemu-binfmt_rakan-record