snowflake/modules/services/udevd.nix

7 lines
85 B
Nix
Raw Normal View History

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