.
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;
|
let cfg = config.services.calDavToCsv;
|
||||||
in {
|
in {
|
||||||
options.services.calDavToCsv = {
|
options.services.calDavToCsv = {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkEnableOption "sTodo";
|
||||||
type = lib.types.bool;
|
|
||||||
calDavToCsv = false;
|
|
||||||
description = "Enable myService";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkOption {
|
config = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue