From 05490f1a1c0e93a00a43b0d3303af8d5ff33ae09 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 21:59:44 -0500 Subject: [PATCH] test z2w --- modules/users/nathan/nathan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/nathan/nathan.nix b/modules/users/nathan/nathan.nix index bc1b9be..4581ee1 100644 --- a/modules/users/nathan/nathan.nix +++ b/modules/users/nathan/nathan.nix @@ -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 {