slab: Move /nix to separate subvolume

This commit is contained in:
NullBite 2024-02-07 13:55:12 +01:00
parent 402aced75d
commit bfd40d5a1d
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -24,6 +24,12 @@
# fsType = "ext4"; # fsType = "ext4";
# }; # };
fileSystems."/nix" =
{ device = "/dev/disk/by-uuid/5723dafa-81df-4bb4-a039-7f52b61cbb02";
fsType = "btrfs";
options = [ "subvol=nixos/@nix" ];
};
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/4E1B-8BEE"; { device = "/dev/disk/by-uuid/4E1B-8BEE";
fsType = "vfat"; fsType = "vfat";