summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-11-20 17:41:38 +0300
committerNikolay Amiantov <ab@fmap.me>2016-11-20 19:12:14 +0300
commit6bb292d42b60ec78e92836c33d6f0b270d760e84 (patch)
tree259f88e86238eab503bf5469e9b6ad70c51e0283 /nixos/modules/rename.nix
parent5bfaa2d3ad5947730ad28e26622c8c49b45ba609 (diff)
downloadnixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.tar
nixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.tar.gz
nixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.tar.bz2
nixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.tar.lz
nixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.tar.xz
nixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.tar.zst
nixlib-6bb292d42b60ec78e92836c33d6f0b270d760e84.zip
parsoid service: update, use declarative configuration
Old configuration format is disabled now (it can still be used, but with
additional steps). This is a backwards incompatible change.
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 0d2e0f981db8..81b197186c41 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -144,6 +144,9 @@ with lib;
     # murmur
     (mkRenamedOptionModule [ "services" "murmur" "welcome" ] [ "services" "murmur" "welcometext" ])
 
+    # parsoid
+    (mkRemovedOptionModule [ "services" "parsoid" "interwikis" ] [ "services" "parsoid" "wikis" ])
+
     # Options that are obsolete and have no replacement.
     (mkRemovedOptionModule [ "boot" "initrd" "luks" "enable" ] "")
     (mkRemovedOptionModule [ "programs" "bash" "enable" ] "")