nixconfig/modules/udevd.nix
2023-06-13 11:02:34 +02:00

6 lines
74 B
Nix
Executable File

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