state-directory -> cfg.state-directory
This commit is contained in:
+2
-2
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user