1 Commits

Author SHA1 Message Date
574ba8a951 pc: move nix store to separate zfs dataset 2025-06-24 00:00:09 -07:00

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