diff --git a/operating-systems/buer/file-systems.scm b/operating-systems/buer/file-systems.scm index b0b116f..ce1ca93 100644 --- a/operating-systems/buer/file-systems.scm +++ b/operating-systems/buer/file-systems.scm @@ -129,6 +129,18 @@ discard=async,~ ssd"))) + #|snapshots|# + (file-system + (device partition:guix) + (type "btrfs") + (mount-point "/snapshots") + (check? #f) + (needed-for-boot? #t) + (flags '(no-atime)) + (options (format #f "compress=zstd,~ + subvol=@snapshots,~ + ssd"))) + #|home|# (file-system (device partition:guix)