.
This commit is contained in:
parent
0221cc8ef5
commit
46a42b20bd
1 changed files with 2 additions and 2 deletions
|
|
@ -115,9 +115,9 @@
|
|||
# "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 = ''
|
||||
${lib.toIni config.calDavToCsv.config}
|
||||
${lib.toIni cfg.settings}
|
||||
'';
|
||||
systemd.services.calDavToCsv = {
|
||||
description = "calDAV to CSV Service";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue