fix sharing

This commit is contained in:
Henry Hiles 2025-10-29 14:10:08 -04:00
commit 0fc9df56f2
No known key found for this signature in database

View file

@ -24,9 +24,8 @@ in
users.default_theme = "system"; users.default_theme = "system";
server = { server = {
inherit domain; inherit domain;
root_url = "https://${domain}";
protocol = "socket"; protocol = "socket";
enable_gzip = true;
}; };
security = { security = {