adding root_pool/nix_build to all zfs boxes

this fixes issues with file how the test intract with zfs file systems
This commit is contained in:
2026-09-11 10:47:52 -04:00
committed by Richie
parent 46cb80f809
commit 1c427023ed
4 changed files with 23 additions and 0 deletions
+5
View File
@@ -50,6 +50,11 @@
fsType = "zfs";
};
"/nix_build" = {
device = "root_pool/nix_build";
fsType = "zfs";
};
"/var" = {
device = "root_pool/var";
fsType = "zfs";
+5
View File
@@ -53,6 +53,11 @@
fsType = "zfs";
};
"/nix_build" = {
device = "root_pool/nix_build";
fsType = "zfs";
};
"/boot" = {
device = "/dev/disk/by-uuid/12CE-A600";
fsType = "vfat";
+5
View File
@@ -96,6 +96,11 @@ in
fsType = "zfs";
};
"/nix_build" = {
device = "root_pool/nix_build";
fsType = "zfs";
};
"/var" = {
device = "root_pool/var";
fsType = "zfs";
+8
View File
@@ -34,14 +34,22 @@
device = "root_pool/root";
fsType = "zfs";
};
"/home" = {
device = "root_pool/home";
fsType = "zfs";
};
"/nix_build" = {
device = "root_pool/nix_build";
fsType = "zfs";
};
"/var" = {
device = "root_pool/var";
fsType = "zfs";
};
"/boot" = {
device = "/dev/disk/by-uuid/12CE-A600";
fsType = "vfat";