Add state directory option
This commit is contained in:
parent
98496b8ac2
commit
8a85d5c69f
|
@ -93,6 +93,11 @@ in {
|
||||||
"Password with which to authenticate with the MQTT server.";
|
"Password with which to authenticate with the MQTT server.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
state-directory = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "Path at which to store service state.";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in New Issue