0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

systemd service: rename generator-packages

This commit is contained in:
Nikolay Amiantov 2019-07-25 16:26:28 +03:00
parent cc9fb5f015
commit fd405dab3e
3 changed files with 7 additions and 4 deletions

View file

@ -56,7 +56,7 @@ in
boot.initrd.kernelModules = mkIf inInitrd [ "nfs" ];
systemd.packages = [ pkgs.nfs-utils ];
systemd.generator-packages = [ pkgs.nfs-utils ];
systemd.generatorPackages = [ pkgs.nfs-utils ];
environment.etc = {
"idmapd.conf".source = idmapdConfFile;