state/directory -> state-directory
This commit is contained in:
parent
e1fde00caa
commit
a0ed3637e4
|
@ -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 ${state-directory}/postgres 0700 root root - -"
|
||||||
"d ${state/directory}/pictrs 0700 root root - -"
|
"d ${state-directory}/pictrs 0700 root root - -"
|
||||||
];
|
];
|
||||||
|
|
||||||
containers.lemmy = {
|
containers.lemmy = {
|
||||||
|
|
Loading…
Reference in New Issue