Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1aab77c302 | |||
| f146eaf0a5 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user