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-23 23:58:42 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-12-24 00:01:02 +0100
commit873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1 (patch)
tree4b41fbb56642db920036310db5e0e260d2e723ec /nixos/modules/rename.nix
parentb2d0886b37bc7a927c98a15430b3be3cbc4f81f7 (diff)
downloadnixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.tar
nixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.tar.gz
nixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.tar.bz2
nixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.tar.lz
nixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.tar.xz
nixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.tar.zst
nixpkgs-873a9202f65d5cdcf80307e5f8f3e6dd5c341fe1.zip
nixos/neo4j: rename 'host' to 'listenAddress'
More descriptive option name.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 28ac1c3e888..26b7c9af53c 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -14,6 +14,8 @@ with lib;
     (mkRenamedOptionModule [ "networking" "enableWLAN" ] [ "networking" "wireless" "enable" ])
     (mkRenamedOptionModule [ "networking" "enableRT73Firmware" ] [ "networking" "enableRalinkFirmware" ])
 
+    (mkRenamedOptionModule [ "services" "neo4j" "host" ] [ "services" "neo4j" "listenAddress" ])
+
     # Old Grub-related options.
     (mkRenamedOptionModule [ "boot" "initrd" "extraKernelModules" ] [ "boot" "initrd" "kernelModules" ])
     (mkRenamedOptionModule [ "boot" "extraKernelParams" ] [ "boot" "kernelParams" ])