This commit is contained in:
Stuce 2025-11-16 15:45:38 +01:00
parent 0221cc8ef5
commit 46a42b20bd

View file

@ -115,9 +115,9 @@
# "file where we need to look for password to connect, needs to be readeable by the service user"; # "file where we need to look for password to connect, needs to be readeable by the service user";
# }; # };
# }; # };
config = lib.mkIf config.calDavToCsv.enable { config = lib.mkIf cfg.enable {
environment.etc."config.ini".text = '' environment.etc."config.ini".text = ''
${lib.toIni config.calDavToCsv.config} ${lib.toIni cfg.settings}
''; '';
systemd.services.calDavToCsv = { systemd.services.calDavToCsv = {
description = "calDAV to CSV Service"; description = "calDAV to CSV Service";