pc: move nix store to separate zfs dataset

This commit is contained in:
2025-06-23 23:58:46 -07:00
parent 15dc8dd7c4
commit 574ba8a951

View File

@@ -18,6 +18,11 @@
fsType = "zfs";
};
fileSystems."/nix" =
{ device = "zroot/data/nix";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/970C-6A15";
fsType = "vfat";