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"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1775630452,
|
||||
"narHash": "sha256-YezjqX6rWcq2m3LD4hAcmsu85dbnysTXG7lazEJmjXI=",
|
||||
"lastModified": 1775638644,
|
||||
"narHash": "sha256-UyllUrmsK/xW5IXzs7hyLjL0gHERAleLQwLAIURpcWw=",
|
||||
"owner": "kurogeek",
|
||||
"repo": "frappix",
|
||||
"rev": "e13342e28ee93d1c3ec93100567332ee88c4646f",
|
||||
"rev": "8c95ee7f57b40cd388310536c2cdcb3c3f90b173",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
sitename = "poy-erp.newedge.house";
|
||||
sitename = "poyerp.newedge.house";
|
||||
in
|
||||
{
|
||||
imports = [ inputs.frappix.nixosModules.x86_64-linux.frappix ];
|
||||
@@ -35,8 +35,9 @@ in
|
||||
|
||||
services.frappe = {
|
||||
enable = true;
|
||||
project = "test";
|
||||
project = "poyerp";
|
||||
gunicorn_workers = 2;
|
||||
adminPassword = builtins.toFile "admin-pass" "qwer123" ;
|
||||
sites = {
|
||||
"${sitename}" = {
|
||||
domains = [ "localhost" ];
|
||||
|
||||
Reference in New Issue
Block a user