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 = { "/" = {