nixos/httpd: drop postgresql reference

This commit is contained in:
Aaron Andersen
2019-07-20 18:36:24 -04:00
parent 0fd69629c7
commit 9b970d07f3
2 changed files with 6 additions and 1 deletions
@@ -671,7 +671,7 @@ in
wantedBy = [ "multi-user.target" ];
wants = [ "keys.target" ];
after = [ "network.target" "fs.target" "postgresql.service" "keys.target" ];
after = [ "network.target" "fs.target" "keys.target" ];
path =
[ httpd pkgs.coreutils pkgs.gnugrep ]