nixos/docker: /var/run -> /run
This commit is contained in:
parent
1eefda5595
commit
8c1e00095a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user