diff --git a/flake.nix b/flake.nix index 1a17030..f00b84c 100644 --- a/flake.nix +++ b/flake.nix @@ -87,7 +87,7 @@ environment.etc."config.ini".text = '' ${lib.toIni config.calDavToCsv.config} ''; - systemd.services.calDAVtoCSV = { + systemd.services.calDavToCsv = { description = "calDAV to CSV Service"; after = [ "network.target" ]; serviceConfig = {