Merge pull request #71329 from tilpner/cadvisor-no-docker

nixos/cadvisor: don't enable docker
This commit is contained in:
Mario Rodas 2020-03-13 20:35:46 -05:00 committed by GitHub
commit ee599f376c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,6 @@ in {
serviceConfig.TimeoutStartSec=300;
};
virtualisation.docker.enable = mkDefault true;
})
];
}