machines/deneb: allow Alex gateway
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user