Re-enabled docker
This commit is contained in:
parent
13b1b11d2c
commit
b1e13c0e18
|
@ -24,8 +24,8 @@
|
||||||
awscli # Unified tool to manage your AWS services
|
awscli # Unified tool to manage your AWS services
|
||||||
buildkite-agent # Buildkite for IOHK
|
buildkite-agent # Buildkite for IOHK
|
||||||
#crystal # A compiled language with Ruby like syntax and type inference
|
#crystal # A compiled language with Ruby like syntax and type inference
|
||||||
#docker # Pack, ship and run any application as a lightweight container
|
docker # Pack, ship and run any application as a lightweight container
|
||||||
#docker-compose # Multi-container orchestration for Docker
|
docker-compose # Multi-container orchestration for Docker
|
||||||
freerdp # A Remote Desktop Protocol Client, xfreerdp
|
freerdp # A Remote Desktop Protocol Client, xfreerdp
|
||||||
gist # Upload code to https://gist.github.com (or github enterprise)
|
gist # Upload code to https://gist.github.com (or github enterprise)
|
||||||
gnupg # GNU Privacy Guard, a GPL OpenPGP implementation
|
gnupg # GNU Privacy Guard, a GPL OpenPGP implementation
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
keybase.enable = true;
|
keybase.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue