From d10a8baa5d7358f7d2bcb3b46e90c262440a5a69 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Thu, 23 Apr 2026 23:34:13 -0400 Subject: [PATCH] add zerotier --- modules/hosts/candlekeep.nix | 1 + modules/hosts/grymforge.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/hosts/candlekeep.nix b/modules/hosts/candlekeep.nix index 48cf5f6..8e56df0 100644 --- a/modules/hosts/candlekeep.nix +++ b/modules/hosts/candlekeep.nix @@ -18,6 +18,7 @@ ../nixos/hosts/candlekeep/ssh.nix ../nixos/hosts/candlekeep/nfs.nix ../nixos/hosts/candlekeep/networking.nix + ../nixos/hosts/candlekeep/zerotier.nix ]; }; } diff --git a/modules/hosts/grymforge.nix b/modules/hosts/grymforge.nix index 21cff5e..1c9fd86 100644 --- a/modules/hosts/grymforge.nix +++ b/modules/hosts/grymforge.nix @@ -17,6 +17,7 @@ ../nixos/hosts/candlekeep/ssh.nix ../nixos/hosts/candlekeep/nfs.nix ../nixos/hosts/candlekeep/networking.nix + ../nixos/hosts/candlekeep/zerotier.nix ]; }; }