From 6ff4ea819a5a7ada5c788584401aabbdbd2a2ddb Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 11:40:46 +0100 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {