about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-12-15 17:56:08 +0000
committerajs124 <git@ajs124.de>2022-01-26 01:12:39 +0100
commit737de29e11d8fcf329e46879d4d0d0c33cdc6ac8 (patch)
tree1564e997714d0a6f2e8a4a7715df203f7207ef3a /nixos/modules/rename.nix
parentb5f5cc6d4417391394c7b513bf45a171a1b99c9b (diff)
downloadnixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.tar
nixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.tar.gz
nixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.tar.bz2
nixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.tar.lz
nixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.tar.xz
nixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.tar.zst
nixlib-737de29e11d8fcf329e46879d4d0d0c33cdc6ac8.zip
nixos/racoon: drop
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 b9a2f47f3f5a..81843dc0f90a 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -80,6 +80,9 @@ with lib;
       libinput and synaptics.
     '')
     (mkRemovedOptionModule [ "virtualisation" "rkt" ] "The rkt module has been removed, it was archived by upstream")
+    (mkRemovedOptionModule [ "services" "racoon" ] ''
+      The racoon module has been removed, because the software project was abandoned upstream.
+    '')
 
     # Do NOT add any option renames here, see top of the file
   ];