state/directory -> state-directory

This commit is contained in:
niten 2024-01-24 22:09:40 -08:00
parent e1fde00caa
commit a0ed3637e4
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {