From ff193e9ce7c68c070037edd0329cc9bc141b5476 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 5 Oct 2025 17:17:56 -0500 Subject: [PATCH] hmm claims; --- hosts/h001/mods/trilium.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/h001/mods/trilium.nix b/hosts/h001/mods/trilium.nix index e756d6f..ecff3ba 100644 --- a/hosts/h001/mods/trilium.nix +++ b/hosts/h001/mods/trilium.nix @@ -16,7 +16,9 @@ TRILIUM_NO_UPLOAD_LIMIT = "true"; }; - services.oauth2-proxy.nginx.virtualHosts."notes.joshuabell.xyz".allowed_groups = [ "notes" ]; + services.oauth2-proxy.nginx.virtualHosts."notes.joshuabell.xyz" = { + allowed_groups = [ "notes" ]; + }; services.nginx.virtualHosts."notes.joshuabell.xyz" = { locations = { "/" = {