.
This commit is contained in:
parent
1bae85444e
commit
d3b5fece0c
1 changed files with 1 additions and 5 deletions
|
|
@ -34,11 +34,7 @@
|
|||
let cfg = config.services.calDavToCsv;
|
||||
in {
|
||||
options.services.calDavToCsv = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
calDavToCsv = false;
|
||||
description = "Enable myService";
|
||||
};
|
||||
enable = lib.mkEnableOption "sTodo";
|
||||
|
||||
config = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue