From 641f9ac75f5a02935d2159c64b49dfe4de4306c3 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Thu, 23 Apr 2026 23:34:13 -0400 Subject: [PATCH] add zerotier --- 1 | 8 ++++++++ modules/hosts/candlekeep.nix | 1 + modules/hosts/grymforge.nix | 1 + 3 files changed, 10 insertions(+) create mode 100644 1 diff --git a/1 b/1 new file mode 100644 index 0000000..85c4ab9 --- /dev/null +++ b/1 @@ -0,0 +1,8 @@ +add zerotier + +JJ: Change ID: uzrwrzxz +JJ: This commit contains the following changes: +JJ: M modules/hosts/candlekeep.nix +JJ: M modules/hosts/grymforge.nix +JJ: +JJ: Lines starting with "JJ:" (like this one) will be removed. 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 ]; }; }