Don't set a default state dir for grafana
This commit is contained in:
parent
89c241cb88
commit
16c9d4b7c4
@ -159,7 +159,6 @@ in {
|
|||||||
state-directory = mkOption {
|
state-directory = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Directory at which to store Grafana state data.";
|
description = "Directory at which to store Grafana state data.";
|
||||||
default = "/var/lib/grafana";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private-network = mkEnableOption "Network is private, no SSL.";
|
private-network = mkEnableOption "Network is private, no SSL.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user