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 = listenOptions =
mkOption { mkOption {
type = types.listOf types.str; type = types.listOf types.str;
default = ["/var/run/docker.sock"]; default = ["/run/docker.sock"];
description = description =
'' ''
A list of unix and tcp docker should listen to. The format follows A list of unix and tcp docker should listen to. The format follows