mirror of https://codeberg.org/anemofilia/zero
buer: file-systems: Add an @snapshot subvolume
parent
806e5cb188
commit
f29d809e76
|
@ -129,6 +129,18 @@
|
||||||
discard=async,~
|
discard=async,~
|
||||||
ssd")))
|
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|#
|
#|home|#
|
||||||
(file-system
|
(file-system
|
||||||
(device partition:guix)
|
(device partition:guix)
|
||||||
|
|
Loading…
Reference in New Issue