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

View file

@ -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;