state-directory -> cfg.state-directory
This commit is contained in:
parent
a0ed3637e4
commit
1f248b92da
|
@ -55,8 +55,8 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d ${state-directory}/postgres 0700 root root - -"
|
"d ${cfg.state-directory}/postgres 0700 root root - -"
|
||||||
"d ${state-directory}/pictrs 0700 root root - -"
|
"d ${cfg.state-directory}/pictrs 0700 root root - -"
|
||||||
];
|
];
|
||||||
|
|
||||||
containers.lemmy = {
|
containers.lemmy = {
|
||||||
|
|
Loading…
Reference in New Issue