This commit is contained in:
~vern 2022-12-21 14:15:21 +00:00
parent f768d6191d
commit d73c91121f
1 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,10 @@ services.iperf3.enable = true;
environment.extraInit = "if echo \"$-\" | grep i > /dev/null; then bash /etc/motd.script; if [ -r ~/README ]; then printf '\nHello %s, there is a README file in your home directory. See the contents below:\n\n%s\n' $USER \"$(<~/README)\"; fi; if [ -r /var/tmp/poll ]; then printf '\nTHERE IS AN ONGOING POLL.\n%s\nPoll ends on %s\nPlace your vote in ~/.vote\n' \"$(</var/tmp/poll)\" \"$(date -d @$(($(stat -c %Y /var/tmp/poll)+1159300)))\"; fi; fi";
security.auditd.enable = true;
services.postgresql = {
enable = true;
enableTCPIP = true;
};
# services.phpfpm.pools.mypool.socket = "";
services.phpfpm.pools.mypool = {
user = "php";