modified: grafana.nix

alacritty
Alexandre LUCAZEAU 2022-06-01 19:33:08 +00:00
parent f5ed833a48
commit 9cb865961c
1 changed files with 0 additions and 9 deletions

View File

@ -9,15 +9,6 @@
port = 2342;
addr = "192.168.10.109";
};
services.caddy = {
enable = true;
email = "lucazeau.alexandre@gmail.com";
extraConfig = ''
storage file_system {
root * ${caddyDir}
};
'';
};
services.prometheus = {
enable = true;
port = 9001;