docker: fix socket activation race

This commit is contained in:
Mark Vainomaa 2021-02-01 18:14:43 +02:00
parent b3616bd964
commit 9360e789c6
No known key found for this signature in database
GPG Key ID: 1B3F9523B542D315

View File

@ -157,6 +157,7 @@ in
systemd.services.docker = {
wantedBy = optional cfg.enableOnBoot "multi-user.target";
requires = [ "docker.socket" ];
environment = proxy_env;
serviceConfig = {
Type = "notify";