diff --git a/nixos/modules/services/web-apps/vikunja.nix b/nixos/modules/services/web-apps/vikunja.nix index f4fd912aed2a..f4935990d2fe 100644 --- a/nixos/modules/services/web-apps/vikunja.nix +++ b/nixos/modules/services/web-apps/vikunja.nix @@ -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";