From b1e13c0e1830a19093419468c91fc78f3f2ca135 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 12 Jun 2020 13:14:33 +1000 Subject: [PATCH] Re-enabled docker --- roles/iohk.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/iohk.nix b/roles/iohk.nix index 1090aaf..240bac7 100644 --- a/roles/iohk.nix +++ b/roles/iohk.nix @@ -24,8 +24,8 @@ awscli # Unified tool to manage your AWS services buildkite-agent # Buildkite for IOHK #crystal # A compiled language with Ruby like syntax and type inference - #docker # Pack, ship and run any application as a lightweight container - #docker-compose # Multi-container orchestration for Docker + docker # Pack, ship and run any application as a lightweight container + docker-compose # Multi-container orchestration for Docker freerdp # A Remote Desktop Protocol Client, xfreerdp gist # Upload code to https://gist.github.com (or github enterprise) gnupg # GNU Privacy Guard, a GPL OpenPGP implementation @@ -42,7 +42,7 @@ }; }; - #virtualisation.docker.enable = true; + virtualisation.docker.enable = true; services = { keybase.enable = true;