mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 03:55:44 +03:00
udev service: restart on rules change
This commit is contained in:
parent
1d70e2fb75
commit
6b5f90a1a1
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ in
|
||||||
|
|
||||||
systemd.services.systemd-udevd =
|
systemd.services.systemd-udevd =
|
||||||
{ environment.MODULE_DIR = "/run/booted-system/kernel-modules/lib/modules";
|
{ environment.MODULE_DIR = "/run/booted-system/kernel-modules/lib/modules";
|
||||||
|
restartTriggers = cfg.packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue