fix: it's hard without passing the settings
This commit is contained in:
parent
021b17ca5e
commit
38c168eaef
1 changed files with 4 additions and 1 deletions
|
|
@ -45,7 +45,10 @@ in
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
(lib.mkIf cfg.enable {
|
(lib.mkIf cfg.enable {
|
||||||
|
|
||||||
services.dashy.enable = true;
|
services.dashy = {
|
||||||
|
enable = true;
|
||||||
|
settings = cfg.settings;
|
||||||
|
};
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue