diff --git a/modules/software/xdg.nix b/modules/software/xdg.nix index 37dc289..d963ba6 100644 --- a/modules/software/xdg.nix +++ b/modules/software/xdg.nix @@ -9,5 +9,6 @@ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-kde ]; + config.common.default = "*"; }; } diff --git a/modules/users/overseer/services/bar-assistant.nix b/modules/users/overseer/services/bar-assistant.nix index d615c00..1ca298d 100644 --- a/modules/users/overseer/services/bar-assistant.nix +++ b/modules/users/overseer/services/bar-assistant.nix @@ -42,15 +42,15 @@ in useACMEHost = "bar.wanderingcrow.net"; locations = { "/search/" = { - proxyPass = "http://10.88.0.3:7700"; + proxyPass = "http://10.88.0.3:7700/"; priority = 1; }; "/api/" = { - proxyPass = "http://10.88.0.4:8080"; + proxyPass = "http://10.88.0.4:8080/"; priority = 1; }; "/" = { - proxyPass = "http://10.88.0.5:8080"; + proxyPass = "http://10.88.0.5:8080/"; }; }; };