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