Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit 5e8ff50c98 - Show all commits

View File

@ -3,10 +3,13 @@
{ {
services.grafana = { services.grafana = {
enable = true; enable = true;
settings.server = { settings = {
server = {
http_port = 2342; http_port = 2342;
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
}; };
feature_toggles.publicDashboards = true;
};
}; };
services.prometheus = { services.prometheus = {