nixconfig/modules/udevd.nix
2023-05-21 16:46:18 +02:00

6 lines
74 B
Nix

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