From 7a96c96962f46909dbb38c0084aa7f477f88a517 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 e756d6f2..ecff3ba4 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 = { "/" = {