summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2018-12-19 22:44:34 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2019-03-24 21:15:34 +0100
commit8c1e00095a44164ac434e92843debeba6351c70f (patch)
treebbfb4de1b44083282f73306100c0e7ca5fa57373 /nixos/modules/virtualisation
parent1eefda5595cd578d843c1909f206c9c87106888d (diff)
downloadnixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.tar
nixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.tar.gz
nixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.tar.bz2
nixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.tar.lz
nixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.tar.xz
nixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.tar.zst
nixpkgs-8c1e00095a44164ac434e92843debeba6351c70f.zip
nixos/docker: /var/run -> /run
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/docker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/docker.nix b/nixos/modules/virtualisation/docker.nix
index 4ee84c5268e..ba04dfd5794 100644
--- a/nixos/modules/virtualisation/docker.nix
+++ b/nixos/modules/virtualisation/docker.nix
@@ -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