diff --git a/flake.lock b/flake.lock index 2396c97..f0b4880 100644 --- a/flake.lock +++ b/flake.lock @@ -294,11 +294,11 @@ "std": "std" }, "locked": { - "lastModified": 1775705805, - "narHash": "sha256-hiNvXNMkCfWvtRq2nQRwmtKK7TJDrIgpFNF/NIif9sQ=", - "ref": "refs/heads/main", - "rev": "744e6992353c02fc3175928bd0a7d8ebcad5ac3d", - "revCount": 232, + "lastModified": 1775724735, + "narHash": "sha256-fPUAyTmcyejTr3aLD3ZzF7lrevtZzJtA2I4T7oju70I=", + "ref": "refs/heads/mob/improve-module", + "rev": "5244e4c6dfec129c32e74820916f77da8fd715b8", + "revCount": 235, "type": "git", "url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/" }, diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index 97022f9..9933b3a 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -47,7 +47,7 @@ in sites = { "${sitename}" = { domains = [ "localhost" ]; - apps = ["erpnext"]; + apps = ["frappe" "erpnext"]; }; }; };