From f146eaf0a52d65911fccdeaa385c159cae0bde81 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 4 May 2026 16:59:02 +0700 Subject: [PATCH] machines/deneb: allow Alex gateway --- machines/deneb/configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index aa06687..3032732 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -9,7 +9,17 @@ let in { clan.core.settings.machine.description = "VM machine that host ERPNext for poysound"; - imports = [ inputs.frappix.nixosModules.x86_64-linux.frappix ]; + imports = [ + inputs.frappix.nixosModules.x86_64-linux.frappix + + (import ../../lib/auto-accept-zerotier-members.nix { + memberIds = [ + # Alex Caddy gateway + "dbe44c0287" + "e3d6559697" + ]; + }) + ]; nixpkgs.overlays = [ inputs.self.overlays.frappixFrappeOverlay inputs.self.overlays.frappixLibsOverlay