.
This commit is contained in:
parent
0979838bf8
commit
1bae85444e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
};
|
||||
nixosModules.calDavToCsv = { config, lib, pkgs, ... }:
|
||||
let cfg = config.services.deafault;
|
||||
let cfg = config.services.calDavToCsv;
|
||||
in {
|
||||
options.services.calDavToCsv = {
|
||||
enable = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue