diff --git a/flake.lock b/flake.lock index af760ea..900cd7a 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index b9730a2..4b1528e 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -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" ];