ma nginx/euer.{blog,wiki}: add state dirs
This commit is contained in:
parent
5770e0896b
commit
4a64290783
|
@ -39,4 +39,5 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
state = [ base-dir ];
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@ let
|
|||
tw-pass-file = "${sec}/tw-pass.ini";
|
||||
|
||||
in {
|
||||
state = [ base-dir ];
|
||||
services.phpfpm = {
|
||||
# phpfpm does not have an enable option
|
||||
poolConfigs = {
|
||||
|
|
Loading…
Reference in a new issue