mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/deneb/configuration.nix
This commit is contained in:
2026-04-09 11:20:51 +07:00
parent ea9899ebd5
commit ea6c07f7e3
3 changed files with 14 additions and 14 deletions

18
flake.lock generated
View File

@@ -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": {

View File

@@ -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";
};

View File

@@ -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"
];
};
};
};