mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/deneb/configuration.nix
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -294,11 +294,11 @@
|
|||||||
"std": "std"
|
"std": "std"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775630452,
|
"lastModified": 1775638644,
|
||||||
"narHash": "sha256-YezjqX6rWcq2m3LD4hAcmsu85dbnysTXG7lazEJmjXI=",
|
"narHash": "sha256-UyllUrmsK/xW5IXzs7hyLjL0gHERAleLQwLAIURpcWw=",
|
||||||
"owner": "kurogeek",
|
"owner": "kurogeek",
|
||||||
"repo": "frappix",
|
"repo": "frappix",
|
||||||
"rev": "e13342e28ee93d1c3ec93100567332ee88c4646f",
|
"rev": "8c95ee7f57b40cd388310536c2cdcb3c3f90b173",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
sitename = "poy-erp.newedge.house";
|
sitename = "poyerp.newedge.house";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [ inputs.frappix.nixosModules.x86_64-linux.frappix ];
|
imports = [ inputs.frappix.nixosModules.x86_64-linux.frappix ];
|
||||||
@@ -35,8 +35,9 @@ in
|
|||||||
|
|
||||||
services.frappe = {
|
services.frappe = {
|
||||||
enable = true;
|
enable = true;
|
||||||
project = "test";
|
project = "poyerp";
|
||||||
gunicorn_workers = 2;
|
gunicorn_workers = 2;
|
||||||
|
adminPassword = builtins.toFile "admin-pass" "qwer123" ;
|
||||||
sites = {
|
sites = {
|
||||||
"${sitename}" = {
|
"${sitename}" = {
|
||||||
domains = [ "localhost" ];
|
domains = [ "localhost" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user