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;
|
serviceConfig.TimeoutStartSec=300;
|
||||||
};
|
};
|
||||||
virtualisation.docker.enable = mkDefault true;
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user