mirror of https://gitlab.crans.org/nounous/nixos
fix ? config mgr
parent
cd1befac9d
commit
de41877321
|
|
@ -30,7 +30,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
daemons = ["cephiroth"];
|
daemons = ["cephiroth"];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
"mgr_initial_modules" = ["dashboard"];
|
"mgr_initial_modules" = "dashboard";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue