This commit is contained in:
2026-04-25 21:59:44 -05:00
parent 9b1c8237a7
commit 05490f1a1c

View File

@@ -5,7 +5,7 @@
homebox = [ "homebox" ];
iso = [ "iso" ];
pi4 = [ "pi4" ];
z2w = [ "red-black" "blue-white" ];
z2w = [ "red-black" "blue-white" "z2w" ];
useWith = x: y: (lib.mkIf (builtins.any (z: z == config.networking.hostName) x) y);
in {