nixconfig/modules/udevd.nix
2023-05-23 21:37:27 +02:00

6 lines
74 B
Nix
Executable File

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