buer: file-systems: Add an @snapshot subvolume

Luis Guilherme Coelho 2024-11-24 13:41:46 -03:00
parent 806e5cb188
commit f29d809e76
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 12 additions and 0 deletions

View File

@ -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)