Commit d0853d8b4bfc

Vincent Demeester <vincent@sbr.pm>
2016-12-25 19:20:16
Add back socket to docker config
1 parent d062ca9
Changed files (1)
machine
machine/kobe.nix
@@ -17,7 +17,7 @@
 	users.users.root.openssh.authorizedKeys.keys =
 		with import ../ssh-keys.nix; [ wakasu hokkaido ];
 
-	virtualisation.docker.extraOptions = "--label=type=server -H 0.0.0.0:2375";
+	virtualisation.docker.extraOptions = "--label=type=server -H unix:///var/run/docker.sock -H 0.0.0.0:2375";
 	networking.firewall.allowedTCPPorts = [ 2375 ];
 
 	services.ssh-tunnel = {