service/blackbox: add dashboard as well

This commit is contained in:
Felix Buehler 2023-06-25 22:16:36 +02:00
parent d4fa5996ae
commit 3468282879

View file

@ -124,6 +124,6 @@
});
}
);
my.services.blackbox.http_endpoints = lib.mapAttrsToList (key: value: value.dashboard.link) config.webapps.apps;
my.services.blackbox.http_endpoints = lib.mapAttrsToList (key: value: value.dashboard.link) config.webapps.apps ++ [ "https://${config.networking.domain}/" ];
};
}