machines/deneb: allow Alex gateway

This commit is contained in:
2026-05-04 16:59:02 +07:00
parent 0aabd4f527
commit f146eaf0a5
+11 -1
View File
@@ -9,7 +9,17 @@ let
in in
{ {
clan.core.settings.machine.description = "VM machine that host ERPNext for poysound"; 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 = [ nixpkgs.overlays = [
inputs.self.overlays.frappixFrappeOverlay inputs.self.overlays.frappixFrappeOverlay
inputs.self.overlays.frappixLibsOverlay inputs.self.overlays.frappixLibsOverlay