.
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, ... }:
|
nixosModules.calDavToCsv = { config, lib, pkgs, ... }:
|
||||||
let cfg = config.services.deafault;
|
let cfg = config.services.deafault;
|
||||||
in {
|
in {
|
||||||
options.calDavToCsv = {
|
options.services.calDavToCsv = {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
calDavToCsv = false;
|
calDavToCsv = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue