ma nginx/euer.{blog,wiki}: add state dirs

This commit is contained in:
makefu 2018-10-21 23:16:34 +02:00
parent 8c3e92d9eb
commit d8e481ac79
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 2 additions and 0 deletions

View File

@ -39,4 +39,5 @@ in {
}; };
}; };
}; };
state = [ base-dir ];
} }

View File

@ -21,6 +21,7 @@ let
tw-pass-file = "${sec}/tw-pass.ini"; tw-pass-file = "${sec}/tw-pass.ini";
in { in {
state = [ base-dir ];
services.phpfpm = { services.phpfpm = {
# phpfpm does not have an enable option # phpfpm does not have an enable option
poolConfigs = { poolConfigs = {