remove unused subvols

This commit is contained in:
twoneis 2024-10-13 14:15:06 +02:00
parent b214d9e527
commit 194f8ec7c5

View file

@ -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";