diff options
Diffstat (limited to 'config/services/web/quentin')
| -rw-r--r-- | config/services/web/quentin/default.nix | 4 | ||||
| -rw-r--r-- | config/services/web/quentin/ihatemoney/default.nix | 2 |
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 = { |
