This commit is contained in:
Stuce 2025-11-16 14:38:43 +01:00
parent 0979838bf8
commit 1bae85444e

View file

@ -31,7 +31,7 @@
}; };
}; };
nixosModules.calDavToCsv = { config, lib, pkgs, ... }: nixosModules.calDavToCsv = { config, lib, pkgs, ... }:
let cfg = config.services.deafault; let cfg = config.services.calDavToCsv;
in { in {
options.services.calDavToCsv = { options.services.calDavToCsv = {
enable = lib.mkOption { enable = lib.mkOption {