Add .snapshot directory via btrfs
Some checks failed
ssh-test / ssh-test (push) Failing after 21s

This commit is contained in:
iFargle 2023-12-24 19:16:56 +09:00
parent a2c4827553
commit 3b129bb63a

View file

@ -47,6 +47,10 @@
mountpoint = "/nix";
mountOptions = [ "compress=zstd" "noatime" ];
}; # nix
"/.snapshots" = {
mountpoint = "/.snapshots";
mountOptions = [ "compress=zstd" "noatime" ];
}; # .snapshots
# Re-add this on the next refomrat
# "/Storage" = {
# mountpoint = "/Storage";