2 Commits

Author SHA1 Message Date
kurogeek 1aab77c302 machines/deneb: localhost -> poyerp.newedge.house 2026-05-04 16:59:31 +07:00
kurogeek f146eaf0a5 machines/deneb: allow Alex gateway 2026-05-04 16:59:02 +07:00
+12 -2
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
@@ -48,7 +58,7 @@ in
]; ];
sites = { sites = {
"${sitename}" = { "${sitename}" = {
domains = [ "localhost" ]; domains = [ sitename ];
apps = [ apps = [
"frappe" "frappe"
"erpnext" "erpnext"