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,9 +3,12 @@
{ {
services.grafana = { services.grafana = {
enable = true; enable = true;
settings.server = { settings = {
http_port = 2342; server = {
http_addr = "127.0.0.1"; http_port = 2342;
http_addr = "127.0.0.1";
};
feature_toggles.publicDashboards = true;
}; };
}; };