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

This commit is contained in:
Bob van der Linden 2018-12-19 22:44:34 +01:00
parent 1eefda5595
commit 8c1e00095a
No known key found for this signature in database
GPG key ID: 2A90361F99CF1795

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