From 53a5948f22d089b42506fcbd93f17e5606257dfc Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 4 Jul 2025 09:13:32 +0200 Subject: [PATCH] Nextcloud: Disable sign-up link --- hosts/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nextcloud.nix b/hosts/nextcloud.nix index 897a04b..029599f 100644 --- a/hosts/nextcloud.nix +++ b/hosts/nextcloud.nix @@ -16,6 +16,7 @@ in ]; blacklisted_files = []; trashbin_retention_obligation = "auto, 14"; + "simpleSignUpLink.shown" = false; }; config = { dbtype = "pgsql";