From 0979838bf8d869c24957d32e1bae2fc30fa9be20 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 14:10:43 +0100 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 79e5ba7..b4d5e1d 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ nixosModules.calDavToCsv = { config, lib, pkgs, ... }: let cfg = config.services.deafault; in { - options.calDavToCsv = { + options.services.calDavToCsv = { enable = lib.mkOption { type = lib.types.bool; calDavToCsv = false;