summaryrefslogtreecommitdiff
path: root/config/services/web/quentin
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-08-14 19:52:59 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-08-14 19:52:59 +0200
commit9fe6fbd42a212b4921be67cd2bc58a16b18f5a50 (patch)
tree6e2c152595040abeb1ec276a5196586a1c59b746 /config/services/web/quentin
parent098da93e5deb2fc0043e15f3817191f5bd668e34 (diff)
debug
Diffstat (limited to 'config/services/web/quentin')
-rw-r--r--config/services/web/quentin/default.nix4
-rw-r--r--config/services/web/quentin/ihatemoney/default.nix2
2 files changed, 2 insertions, 4 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix
index 6ca712c..78796bb 100644
--- a/config/services/web/quentin/default.nix
+++ b/config/services/web/quentin/default.nix
@@ -1,9 +1,7 @@
{ pkgs, lib, config, ... }:
{
- import = [
- ./ihatemoney
- ];
+ imports = [ ./ihatemoney ];
services.nginx.virtualHosts."quentin.aristote.fr" = {
locations."/".root = "${pkgs.personal.academic-webpage}";
diff --git a/config/services/web/quentin/ihatemoney/default.nix b/config/services/web/quentin/ihatemoney/default.nix
index 8a29aec..19f7af2 100644
--- a/config/services/web/quentin/ihatemoney/default.nix
+++ b/config/services/web/quentin/ihatemoney/default.nix
@@ -4,7 +4,7 @@ let cfg = config.services.ihatemoney;
in {
services.nginx.virtualHosts."quentin.aristote.fr".locations =
lib.mkIf cfg.enable {
- "/money/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig}";
+ "/money/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig.http}";
};
services.ihatemoney = {