Remove home subvolume from voyager

This commit is contained in:
ItsDrike 2024-06-19 18:11:37 +02:00
parent 9dd5d40494
commit affd57d3cc
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 1 additions and 7 deletions

View file

@ -75,7 +75,7 @@
# Configure automatic root subvolume wiping on boot from initrd # Configure automatic root subvolume wiping on boot from initrd
autoWipeBtrfs = { autoWipeBtrfs = {
enable = true; enable = true;
devices."/dev/disk/by-label/NIXOS-FS".subvolumes = [ "root" "home" ]; devices."/dev/disk/by-label/NIXOS-FS".subvolumes = [ "root" ];
}; };
}; };
}; };

View file

@ -34,12 +34,6 @@
neededForBoot = true; neededForBoot = true;
}; };
fileSystems."/home" =
{ device = "/dev/disk/by-label/NIXOS-FS";
fsType = "btrfs";
options = [ "subvol=home" "noatime" "compress=zstd:3" ];
};
fileSystems."/data" = fileSystems."/data" =
{ device = "/dev/disk/by-label/NIXOS-FS"; { device = "/dev/disk/by-label/NIXOS-FS";
fsType = "btrfs"; fsType = "btrfs";