From c04eb32f81aff6e907628a5b0960ed273b9b981d Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sat, 11 Oct 2025 17:15:45 +0200 Subject: [PATCH] fix(MOMO): remove yarr baseUrl --- hosts/MOMO/services/yarr.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/MOMO/services/yarr.nix b/hosts/MOMO/services/yarr.nix index 35ee382..0308414 100644 --- a/hosts/MOMO/services/yarr.nix +++ b/hosts/MOMO/services/yarr.nix @@ -8,7 +8,6 @@ enable = true; port = 8007; address = "127.0.0.1"; - baseUrl = "https://yarr.dryb.org"; authFilePath = config.age.secrets.environments-yarr.path; }; }