mirror of https://codeberg.org/anemofilia/zero
buer: file-systems: Add an @snapshot subvolume
parent
1f0b494c92
commit
9e8dd2e5fb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue