about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-11 17:19:11 +0800
committerGitHub <noreply@github.com>2021-10-11 17:19:11 +0800
commitdd596307b710c12cf322b1854d9df59bc5170314 (patch)
tree348cb4e1f5bcfe7b7944b91718af043af8e9ed7c /nixos/modules/rename.nix
parent8da58db50b0b7cd53da7c57982a5e8bbc3ebb0e5 (diff)
parent75ec332e6a0cdaae0014701ce92d402801854014 (diff)
Merge pull request #140820 from VergeDX/kippo-remove
kippo: cleanup the corresponding broken module.
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 66546139f725f..8e1d6f7bc4a57 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -81,6 +81,8 @@ with lib;
     '')
     (mkRemovedOptionModule ["services" "wakeonlan"] "This module was removed in favor of enabling it with networking.interfaces.<name>.wakeOnLan")
 
+    (mkRemovedOptionModule [ "services" "kippo" ] "The corresponding package was removed from nixpkgs.")
+
     # Do NOT add any option renames here, see top of the file
   ];
 }