10 lines
190 B
Nix
10 lines
190 B
Nix
{globals, ...}: {
|
|
dinit.enable = true;
|
|
init.services.generic-device-plugin.shutdownOnExit = true;
|
|
|
|
services.generic-device-plugin = {
|
|
enable = true;
|
|
settings = {
|
|
};
|
|
};
|
|
}
|