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 {