nixos/cadvisor: don't enable docker

cadvisor has usecases that don't involve docker, and it's entirely
unexpected for a monitoring service to enable docker.
This commit is contained in:
tilpner 2019-10-18 12:46:29 +02:00
parent f702ae1516
commit 1ae39fff83
No known key found for this signature in database
GPG key ID: E9192E216175A76D

View file

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