summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-09-18 16:32:33 +0200
committerGitHub <noreply@github.com>2020-09-18 16:32:33 +0200
commit52532b7c36fccd23ac0d19fbd116bb8398ef3c35 (patch)
tree6770d797bb9716a2e2f7b22545cff1bef4667dc6 /nixos/modules/rename.nix
parent8e1a41d63ef9c79ac843e3541595c7122b4a611e (diff)
parent2e0542ebacb2b8cb938d848ab743ca9df702f56e (diff)
Merge pull request #91256 from prusnak/seeks
seeks: remove, upstream unmaintained
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 fad0b40a9dbc3..a87db475e012d 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -68,6 +68,8 @@ with lib;
       to handle FIDO security tokens, so this isn't necessary anymore.
     '')
 
+    (mkRemovedOptionModule [ "services" "seeks" ] "")
+
     # Do NOT add any option renames here, see top of the file
   ];
 }