snowflake/modules/udevd.nix

7 lines
85 B
Nix

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