From 0a9c0366e572f7c0993f754824cf6033b6b1b343 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 2 Feb 2025 17:42:47 -0500 Subject: [PATCH] fix bar assistant routing, also fix xdg portal warning finally --- modules/software/xdg.nix | 1 + modules/users/overseer/services/bar-assistant.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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/"; }; }; };