fix website

This commit is contained in:
2026-04-23 20:21:38 -05:00
parent 47c9437df7
commit 1e3cf30292
3 changed files with 18 additions and 10 deletions

View File

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