diff options
Diffstat (limited to 'config/ihatemoney.nix')
| -rw-r--r-- | config/ihatemoney.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/ihatemoney.nix b/config/ihatemoney.nix deleted file mode 100644 index 5eb086b..0000000 --- a/config/ihatemoney.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ ... }: - -{ - services.ihatemoney = { - enable = true; - enableAdminDashboard = true; - adminHashedPassword = - "pbkdf2:sha256:150000$s78RCYkJ$9c15a62ed1c89625cb78b5bde87d03b6dd1a03831afa4dbb2abb15ea4c1e150b"; - uwsgiConfig = { http = ":8000"; }; - extraConfig = '' - APPLICATION_ROOT = "https://quentin.aristote.fr/money/" - ''; - }; - - services.nginx.virtualHosts."quentin.aristote.fr".locations."/money/".proxyPass = "http://127.0.0.1:8000/"; -} |
