mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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:
parent
f702ae1516
commit
1ae39fff83
@ -135,7 +135,6 @@ in {
|
||||
|
||||
serviceConfig.TimeoutStartSec=300;
|
||||
};
|
||||
virtualisation.docker.enable = mkDefault true;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user