summaryrefslogtreecommitdiff
path: root/deployment/system/akashi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/system/akashi.scm')
-rw-r--r--deployment/system/akashi.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm
index 4c2fe77..c7a2fe2 100644
--- a/deployment/system/akashi.scm
+++ b/deployment/system/akashi.scm
@@ -28,6 +28,8 @@
#:prefix deployment:gexp:)
#:use-module ((deployment services vpn)
#:prefix deployment:services:vpn:)
+ #:use-module ((deployment system file-systems)
+ #:prefix deployment:system:file-systems:)
#:use-module ((gnu packages linux)
#:prefix gnu:packages:linux:)
#:use-module ((gnu services)
@@ -122,6 +124,8 @@
(mapped-devices (list))
(file-systems (cons* root-partition
file-system-boot
+ deployment:system:file-systems:file-system-dokumenty
+ deployment:system:file-systems:file-system-szablony
gnu:system:file-systems:%base-file-systems))
(swap-devices (list))
(users (list uid1000-account))