From 55e35a2038612715a5f9c357aee37ea7ff795cf9 Mon Sep 17 00:00:00 2001 From: jay Date: Wed, 9 Jul 2025 08:10:25 -0400 Subject: [PATCH] Define nixy node. --- nodes/hosts/group.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/hosts/group.nix b/nodes/hosts/group.nix index b794b06..97d65c2 100644 --- a/nodes/hosts/group.nix +++ b/nodes/hosts/group.nix @@ -4,4 +4,5 @@ channel = "stable"; }; lappy = {}; + nixy = {}; }