snowflake/modules/udevd.nix

6 lines
74 B
Nix

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