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" "std": "std"
}, },
"locked": { "locked": {
"lastModified": 1775638644, "lastModified": 1775705805,
"narHash": "sha256-UyllUrmsK/xW5IXzs7hyLjL0gHERAleLQwLAIURpcWw=", "narHash": "sha256-hiNvXNMkCfWvtRq2nQRwmtKK7TJDrIgpFNF/NIif9sQ=",
"owner": "kurogeek", "ref": "refs/heads/main",
"repo": "frappix", "rev": "744e6992353c02fc3175928bd0a7d8ebcad5ac3d",
"rev": "8c95ee7f57b40cd388310536c2cdcb3c3f90b173", "revCount": 232,
"type": "github" "type": "git",
"url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/"
}, },
"original": { "original": {
"owner": "kurogeek", "type": "git",
"repo": "frappix", "url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/"
"type": "github"
} }
}, },
"haskell-flake": { "haskell-flake": {

View File

@@ -35,7 +35,8 @@
flake = false; flake = false;
}; };
frappix = { frappix = {
url = "github:kurogeek/frappix"; # url = "github:kurogeek/frappix";
url = "git+file:///home/kurogeek/Desktop/github/blaggacao/frappix/";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.devshell.follows = "devshell"; inputs.devshell.follows = "devshell";
}; };

View File

@@ -38,13 +38,12 @@ in
project = "poyerp"; project = "poyerp";
gunicorn_workers = 2; gunicorn_workers = 2;
adminPassword = builtins.toFile "admin-pass" "qwer123" ; adminPassword = builtins.toFile "admin-pass" "qwer123" ;
apps = [
pkgs.frappix.erpnext
];
sites = { sites = {
"${sitename}" = { "${sitename}" = {
domains = [ "localhost" ]; domains = [ "localhost" ];
apps = [
"frappe"
"erpnext"
];
}; };
}; };
}; };