Files
nixconfig/modules/udevd.nix
2023-05-25 00:54:22 +02:00

6 lines
74 B
Nix
Executable File

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