vm subvol
This commit is contained in:
parent
add3fca3bc
commit
a8b73e9858
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ in {
|
||||||
options = [ "subvol=nix" "compress=zstd" "noatime" ];
|
options = [ "subvol=nix" "compress=zstd" "noatime" ];
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
"/vm" = {
|
||||||
|
device = "/dev/disk/by-uuid/${config.disks.root}";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "subvol=vm" "compress=zstd" "noatime" ];
|
||||||
|
neededForBoot = true;
|
||||||
|
};
|
||||||
"/persist" = {
|
"/persist" = {
|
||||||
device = "/dev/disk/by-uuid/${config.disks.root}";
|
device = "/dev/disk/by-uuid/${config.disks.root}";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue