From 3a0a230ef56990233850f8781db1c66886b9e7d9 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 14 Jan 2016 16:03:37 +0100 Subject: type user: kill pubkeys, no one's missing you --- krebs/4lib/types.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'krebs/4lib') diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix index 81ce659b..c596d0f9 100644 --- a/krebs/4lib/types.nix +++ b/krebs/4lib/types.nix @@ -164,10 +164,6 @@ types // rec { pubkey = mkOption { type = str; }; - pubkeys = mkOption { - type = attrsOf str; - default = {}; - }; }; }; -- cgit v1.2.3