.
This commit is contained in:
parent
1b35e333c2
commit
0979838bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue