nixconfig/modules/udevd.nix
2023-05-23 22:05:23 +02:00

6 lines
74 B
Nix
Executable File

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