ctucx.git: nixfiles

ctucx' nixfiles

commit cf801dc4e86fb5b9f76e0a66d45ff918a02ccb35
parent ec04b42f397188fca8687cdfb3b44f963773d80f
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 4 Oct 2022 14:40:48 +0200

machines/lollo/gotosocial: allow user css
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/machines/lollo/gotosocial.nix b/machines/lollo/gotosocial.nix
@@ -27,6 +27,7 @@
       db-type          = "sqlite";
       db-address       = "/var/lib/gotosocial/db.sqlite";
 
+      accounts-allow-custom-css  = true;
       accounts-registration-open = false;
 
       instance-expose-peers      = true;