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