Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-09 12:06:22 +00:00
committed by GitHub
27 changed files with 502 additions and 333 deletions
+1
View File
@@ -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 = {