Remove blobs #185

Closed
rarias wants to merge 459 commits from remove-blobs into old-master
Showing only changes of commit f2fc2af77a - Show all commits

View File

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