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 ]; }; }