nixos/vikunja: swap service.frontendurl with service.publicurl
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user