Don't set a state dir for prometheus either

This commit is contained in:
niten 2024-07-19 18:21:32 -07:00
parent 16c9d4b7c4
commit d2e648160f

View File

@ -79,7 +79,6 @@ in {
state-directory = mkOption { state-directory = mkOption {
type = str; type = str;
description = "Directory at which to store Prometheus state."; description = "Directory at which to store Prometheus state.";
default = "/var/lib/prometheus";
}; };
private-network = mkEnableOption "Network is private."; private-network = mkEnableOption "Network is private.";