about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2019-07-25 16:26:28 +0300
committerNikolay Amiantov <ab@fmap.me>2019-08-01 00:55:35 +0300
commitfd405dab3ea0b5a2d3730c836dbcfabf2e820951 (patch)
tree9d204afe7fd57d0de68556b37932664d7d241926 /nixos/modules/rename.nix
parentcc9fb5f0152424e96267a30fd9a9ce35837d9f63 (diff)
downloadnixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.tar
nixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.tar.gz
nixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.tar.bz2
nixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.tar.lz
nixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.tar.xz
nixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.tar.zst
nixlib-fd405dab3ea0b5a2d3730c836dbcfabf2e820951.zip
systemd service: rename generator-packages
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 4ae642222740..b01febe551f0 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -257,6 +257,9 @@ with lib;
     (mkRenamedOptionModule [ "networking" "extraResolvconfConf" ] [ "networking" "resolvconf" "extraConfig" ])
     (mkRenamedOptionModule [ "networking" "resolvconfOptions" ] [ "networking" "resolvconf" "extraOptions" ])
 
+    # systemd
+    (mkRenamedOptionModule [ "systemd" "generator-packages" ] [ "systemd" "generatorPackages" ])
+
   ] ++ (flip map [ "blackboxExporter" "collectdExporter" "fritzboxExporter"
                    "jsonExporter" "minioExporter" "nginxExporter" "nodeExporter"
                    "snmpExporter" "unifiExporter" "varnishExporter" ]