nixos/vikunja: swap service.frontendurl with service.publicurl

This commit is contained in:
Harinn
2026-02-02 20:36:27 +07:00
committed by Adam C. Stephens
parent fc3f01284d
commit a6cf63d68d
+1 -1
View File
@@ -111,7 +111,7 @@ in
};
service = {
interface = "${cfg.address}:${toString cfg.port}";
frontendurl = "${cfg.frontendScheme}://${cfg.frontendHostname}/";
publicurl = "${cfg.frontendScheme}://${cfg.frontendHostname}/";
};
files = {
basepath = "/var/lib/vikunja/files";