about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-12-24 00:20:56 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-12-24 00:20:56 +0100
commit19aed49163da022eb0d7b6820bf19097fefa2dc3 (patch)
treeae52648d478daaf5f98387edd93233a1c9efcd0f /nixos/modules/rename.nix
parent8b9f3c8c35eb3d8c85cf168618b264c76bca687b (diff)
downloadnixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.tar
nixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.tar.gz
nixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.tar.bz2
nixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.tar.lz
nixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.tar.xz
nixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.tar.zst
nixlib-19aed49163da022eb0d7b6820bf19097fefa2dc3.zip
nixos/statsd: rename 'host' to 'listenAddress'
More descriptive option name.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 88d33aac7d0d..87aa25f883fc 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -20,6 +20,7 @@ with lib;
     (mkRenamedOptionModule [ "services" "graphite" "web" "host" ] [ "services" "graphite" "web" "listenAddress" ])
     (mkRenamedOptionModule [ "services" "mpd" "network" "host" ] [ "services" "mpd" "network" "listenAddress" ])
     (mkRenamedOptionModule [ "services" "neo4j" "host" ] [ "services" "neo4j" "listenAddress" ])
+    (mkRenamedOptionModule [ "services" "statsd" "host" ] [ "services" "statsd" "listenAddress" ])
     (mkRenamedOptionModule [ "services" "subsonic" "host" ] [ "services" "subsonic" "listenAddress" ])
 
     # Old Grub-related options.