about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2019-10-06 08:06:25 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2019-10-06 08:10:23 +0200
commit923c449e9bf554f0bd0aa2df4d1f857e144eeaf3 (patch)
tree023a5246a6a4fb95249671759ea5baf06541df52 /nixos/modules/rename.nix
parent2436c27541b2f52deea3a4c1691216a02152e729 (diff)
nixos/blcr: remove
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 802ffcdc94ebd..564c53465e3a7 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -275,6 +275,9 @@ with lib;
     (mkRenamedOptionModule [ "networking" "extraResolvconfConf" ] [ "networking" "resolvconf" "extraConfig" ])
     (mkRenamedOptionModule [ "networking" "resolvconfOptions" ] [ "networking" "resolvconf" "extraOptions" ])
 
+    # BLCR
+    (mkRemovedOptionModule [ "environment.blcr.enable" ] "The BLCR module has been removed")
+
     # Redis
     (mkRemovedOptionModule [ "services" "redis" "user" ] "The redis module now is hardcoded to the redis user.")
     (mkRemovedOptionModule [ "services" "redis" "dbpath" ] "The redis module now uses /var/lib/redis as data directory.")