kubernetes-deployments/nixng-configurations/generic-device-plugin.nix

11 lines
190 B
Nix
Raw Normal View History

2025-01-03 21:39:15 +01:00
{globals, ...}: {
dinit.enable = true;
init.services.generic-device-plugin.shutdownOnExit = true;
services.generic-device-plugin = {
enable = true;
settings = {
};
};
}