nixos/docker: /var/run -> /run

This commit is contained in:
Bob van der Linden
2019-03-24 21:15:34 +01:00
parent 1eefda5595
commit 8c1e00095a
+1 -1
View File
@@ -31,7 +31,7 @@ in
listenOptions =
mkOption {
type = types.listOf types.str;
default = ["/var/run/docker.sock"];
default = ["/run/docker.sock"];
description =
''
A list of unix and tcp docker should listen to. The format follows