disable docker

This commit is contained in:
stubbfel
2019-10-27 17:37:37 +01:00
parent a01e264bea
commit f4a16b2615

View File

@@ -11,7 +11,7 @@ let
in
{
virtualisation.docker.enable = true;
# virtualisation.docker.enable = true;
users = {
defaultUserShell = pkgs.zsh;