impermanence

This commit is contained in:
randogoth 2026-02-10 09:25:12 +02:00
parent 9205ec2d23
commit 1795a4a275
4 changed files with 60 additions and 0 deletions

View file

@ -27,6 +27,7 @@
content = {
type = "btrfs";
extraArgs = [ "-f" ];
label = "nixos";
subvolumes = {
root = {
mountpoint = "/";
@ -48,6 +49,13 @@
"compress=zstd"
];
};
persist = {
mountpoint = "/persist";
mountOptions = [
"compress=zstd"
];
};
};
};
};