6 lines
85 B
Nix
6 lines
85 B
Nix
{
|
|
default,
|
|
...
|
|
}: {
|
|
systemd.services.systemd-udevd.restartIfChanged = false;
|
|
}
|