state-directory -> cfg.state-directory

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

View File

@ -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 ${cfg.state-directory}/postgres 0700 root root - -"
"d ${cfg.state-directory}/pictrs 0700 root root - -"
];
containers.lemmy = {