mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/deneb/configuration.nix
This commit is contained in:
@@ -37,13 +37,14 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
project = "poyerp";
|
project = "poyerp";
|
||||||
gunicorn_workers = 2;
|
gunicorn_workers = 2;
|
||||||
adminPassword = builtins.toFile "admin-pass" "qwer123" ;
|
adminPassword = builtins.toFile "admin-pass" "qwer123";
|
||||||
apps = [
|
apps = [
|
||||||
pkgs.frappix.erpnext
|
pkgs.frappix.erpnext
|
||||||
];
|
];
|
||||||
sites = {
|
sites = {
|
||||||
"${sitename}" = {
|
"${sitename}" = {
|
||||||
domains = [ "localhost" ];
|
domains = [ "localhost" ];
|
||||||
|
apps = ["erpnext"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user