aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/system/btl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/tw/system/btl.scm b/tw/system/btl.scm
index fe143b16..d9e7359a 100644
--- a/tw/system/btl.scm
+++ b/tw/system/btl.scm
@@ -84,12 +84,11 @@
(type "vfat"))
;; Put /home in a subvolume for better accounting/snapshotting potential.
(file-system
- (device root-partition)
+ (device data-partition)
(mount-point "/home")
(flags '(no-atime))
(options (alist->file-system-options
- '("ssd" ("compress" . "zstd")
- ("subvol" . "home"))))
+ '("ssd" ("compress" . "zstd"))))
(type "btrfs"))
%base-file-systems))