mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/deneb/configuration.nix
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@@ -294,17 +294,17 @@
|
||||
"std": "std"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1775638644,
|
||||
"narHash": "sha256-UyllUrmsK/xW5IXzs7hyLjL0gHERAleLQwLAIURpcWw=",
|
||||
"owner": "kurogeek",
|
||||
"repo": "frappix",
|
||||
"rev": "8c95ee7f57b40cd388310536c2cdcb3c3f90b173",
|
||||
"type": "github"
|
||||
"lastModified": 1775705805,
|
||||
"narHash": "sha256-hiNvXNMkCfWvtRq2nQRwmtKK7TJDrIgpFNF/NIif9sQ=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "744e6992353c02fc3175928bd0a7d8ebcad5ac3d",
|
||||
"revCount": 232,
|
||||
"type": "git",
|
||||
"url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/"
|
||||
},
|
||||
"original": {
|
||||
"owner": "kurogeek",
|
||||
"repo": "frappix",
|
||||
"type": "github"
|
||||
"type": "git",
|
||||
"url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/"
|
||||
}
|
||||
},
|
||||
"haskell-flake": {
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
flake = false;
|
||||
};
|
||||
frappix = {
|
||||
url = "github:kurogeek/frappix";
|
||||
# url = "github:kurogeek/frappix";
|
||||
url = "git+file:///home/kurogeek/Desktop/github/blaggacao/frappix/";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.devshell.follows = "devshell";
|
||||
};
|
||||
|
||||
@@ -38,13 +38,12 @@ in
|
||||
project = "poyerp";
|
||||
gunicorn_workers = 2;
|
||||
adminPassword = builtins.toFile "admin-pass" "qwer123" ;
|
||||
apps = [
|
||||
pkgs.frappix.erpnext
|
||||
];
|
||||
sites = {
|
||||
"${sitename}" = {
|
||||
domains = [ "localhost" ];
|
||||
apps = [
|
||||
"frappe"
|
||||
"erpnext"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user