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:
@@ -50,8 +50,8 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/nix_build" = {
|
"/nix/var/nix/builds" = {
|
||||||
device = "root_pool/nix_build";
|
device = "root_pool/nix/var/nix/builds";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -53,8 +53,8 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/nix_build" = {
|
"/nix/var/nix/builds" = {
|
||||||
device = "root_pool/nix_build";
|
device = "root_pool/nix/var/nix/builds";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -24,10 +24,6 @@ in
|
|||||||
./runners
|
./runners
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
];
|
];
|
||||||
nix.settings.system-features = lib.mkAfter [
|
|
||||||
"gccarch-x86-64-v2"
|
|
||||||
"gccarch-x86-64-v3"
|
|
||||||
];
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.ports = [ 629 ];
|
openssh.ports = [ 629 ];
|
||||||
|
|||||||
@@ -96,8 +96,8 @@ in
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/nix_build" = {
|
"/nix/var/nix/builds" = {
|
||||||
device = "root_pool/nix_build";
|
device = "root_pool/nix/var/nix/builds";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -40,8 +40,8 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/nix_build" = {
|
"/nix/var/nix/builds" = {
|
||||||
device = "root_pool/nix_build";
|
device = "root_pool/nix/var/nix/builds";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user