Don't set a default state dir for grafana
This commit is contained in:
@@ -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.";
|
||||||
|
|||||||
Reference in New Issue
Block a user