diff options
-rw-r--r-- | gnu/system/examples/desktop.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index 3931bad60d..e61e8064cd 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -34,7 +34,8 @@ (list (file-system (device (file-system-label "my-root")) (mount-point "/") - (type "ext4") + (type "btrfs") + (options "subvol=rootfs,compress=zstd") (dependencies mapped-devices)) (file-system (device (uuid "1234-ABCD" 'fat)) |