Use devshell instead of pkgs.mkShell

This commit is contained in:
Charlotte Van Petegem 2022-04-30 13:49:05 +02:00
parent d70902ba8a
commit 4d3df0103f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 101 additions and 189 deletions

View file

@ -17,7 +17,7 @@
};
networking.firewall.allowedTCPPorts = [ 8086 ];
services = {
nginx.upstreams.grafana.servers = { "unix:/run/grafana/grafana.sock" = {}; };
nginx.upstreams.grafana.servers = { "unix:/run/grafana/grafana.sock" = { }; };
influxdb2 = {
enable = true;
settings = {