1 2 3 4 5 6 7
{...}: { fileSystems."/nix" = { device = "/dev/disk/by-label/nixstore"; fsType = "btrfs"; options = [ "subvol=@nix" "compress=zstd:3" "noatime" ]; }; }