From de418773216fbe3506d59d34ada0fdc1d9e89f41 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Thu, 29 Jan 2026 18:36:15 +0100 Subject: [PATCH] fix ? config mgr --- hosts/physiques/cephiroth/ceph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/physiques/cephiroth/ceph.nix b/hosts/physiques/cephiroth/ceph.nix index 09828e1..f5d8c2e 100644 --- a/hosts/physiques/cephiroth/ceph.nix +++ b/hosts/physiques/cephiroth/ceph.nix @@ -30,7 +30,7 @@ enable = true; daemons = ["cephiroth"]; extraConfig = { - "mgr_initial_modules" = ["dashboard"]; + "mgr_initial_modules" = "dashboard"; }; };