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