pc: move nix store to separate zfs dataset

This commit is contained in:
2025-06-24 00:00:09 -07:00
parent 15dc8dd7c4
commit 574ba8a951
+5
View File
@@ -18,6 +18,11 @@
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/nix" =
{ device = "zroot/data/nix";
fsType = "zfs";
};
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/970C-6A15"; { device = "/dev/disk/by-uuid/970C-6A15";
fsType = "vfat"; fsType = "vfat";