Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1aab77c302 | |||
| f146eaf0a5 |
@@ -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
|
||||
@@ -48,7 +58,7 @@ in
|
||||
];
|
||||
sites = {
|
||||
"${sitename}" = {
|
||||
domains = [ "localhost" ];
|
||||
domains = [ sitename ];
|
||||
apps = [
|
||||
"frappe"
|
||||
"erpnext"
|
||||
|
||||
Reference in New Issue
Block a user