snowflake/modules/services/udevd.nix

6 lines
85 B
Nix

{
default,
...
}: {
systemd.services.systemd-udevd.restartIfChanged = false;
}