mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
systemd service: remove generator-packages option
Use systemd.packages instead, it's less error prone and more in line with what's expected.
This commit is contained in:
parent
ca780f4a18
commit
717b8b3219
4 changed files with 7 additions and 24 deletions
|
@ -56,7 +56,6 @@ in
|
|||
boot.initrd.kernelModules = mkIf inInitrd [ "nfs" ];
|
||||
|
||||
systemd.packages = [ pkgs.nfs-utils ];
|
||||
systemd.generatorPackages = [ pkgs.nfs-utils ];
|
||||
|
||||
environment.etc = {
|
||||
"idmapd.conf".source = idmapdConfFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue