From bc94c1acb1386ae33477983c4a438bfce54b5dd9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jul 2020 23:06:10 -0700 Subject: [PATCH] Peers was redundant --- config/fudo/vpn.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/fudo/vpn.nix b/config/fudo/vpn.nix index bd0908b..1467fbb 100644 --- a/config/fudo/vpn.nix +++ b/config/fudo/vpn.nix @@ -42,12 +42,6 @@ in { default = 51820; }; - peers = mkOption { - type = listOf str; - description = "A list of peers for which to generate config files."; - default = []; - }; - peers = mkOption { type = loaOf (submodule peerOpts); description = "A list of peers allowed to connect.";