nixos/weblate: make wlc config file format compliant for wlc 1.17.0

This commit is contained in:
Kerstin Humm
2026-03-09 14:42:06 +01:00
parent 176c59fe77
commit 9d6f5da912
+2 -1
View File
@@ -56,7 +56,8 @@ in
environment.etc."xdg/weblate".text = ''
[weblate]
url = https://${serverDomain}/api/
key = ${apiToken}
[keys]
https://${serverDomain}/api/ = ${apiToken}
'';
networking.hosts."${nodes.server.networking.primaryIPAddress}" = [ "${serverDomain}" ];