set defaults
This commit is contained in:
parent
978368f361
commit
fc741d19fd
4 changed files with 6 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ in
|
|||
options.services.wanikani-stats = {
|
||||
enable = lib.mkEnableOption {
|
||||
description = "Enable WaniKani Stats Service";
|
||||
default = false;
|
||||
default = config.osbmModules.services.wanikani-stats.enable or false;
|
||||
};
|
||||
|
||||
logDirectory = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue