impermanence
This commit is contained in:
parent
9205ec2d23
commit
1795a4a275
4 changed files with 60 additions and 0 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue