fix ? config mgr

cephiroth-v3
Lzebulon 2026-01-29 18:36:15 +01:00
parent cd1befac9d
commit de41877321
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
enable = true; enable = true;
daemons = ["cephiroth"]; daemons = ["cephiroth"];
extraConfig = { extraConfig = {
"mgr_initial_modules" = ["dashboard"]; "mgr_initial_modules" = "dashboard";
}; };
}; };