From 1ad676593d382915875f2484f67f247519b98589 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 14 Jan 2025 15:06:57 +0100 Subject: [PATCH] set ID for my signal account for pushing as the only on the allowlist --- nixos/server/package-configs/mollysocket/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/server/package-configs/mollysocket/default.nix b/nixos/server/package-configs/mollysocket/default.nix index 77bffee..1d445ea 100644 --- a/nixos/server/package-configs/mollysocket/default.nix +++ b/nixos/server/package-configs/mollysocket/default.nix @@ -7,7 +7,7 @@ settings = { port = 4381; allowed_endpoints = ["https://molly.gladtherescake.eu" "https://nextcloud.gladtherescake.eu"]; - allowed_uuids = ["*"]; + allowed_uuids = ["db639f29-b7e7-431a-9c75-bcdcb87b6bdf"]; webserver = true; }; };