Skip to content

Commit

Permalink
Merge pull request #117618 from Mic92/docker
Browse files Browse the repository at this point in the history
nixos/docker: re-add network.target
  • Loading branch information
Mic92 committed Apr 9, 2021
2 parents ff08863 + 0f4872b commit 9af991a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/virtualisation/docker.nix
Expand Up @@ -157,6 +157,7 @@ in

systemd.services.docker = {
wantedBy = optional cfg.enableOnBoot "multi-user.target";
after = [ "network.target" "docker.socket" ];
requires = [ "docker.socket" ];
environment = proxy_env;
serviceConfig = {
Expand Down

0 comments on commit 9af991a

Please sign in to comment.