From 46a42b20bdbf0c0ea880247a61389b8d5cc31446 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 15:45:38 +0100 Subject: [PATCH] . --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b4ebe7e..2139ced 100644 --- a/flake.nix +++ b/flake.nix @@ -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";