From 0e8a6b0c311546205e4e73f0d37e001857f69710 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 17 Aug 2025 13:39:45 +0200 Subject: remove extraPeers, config can be done directly --- modules/wg/options.nix | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'modules/wg') diff --git a/modules/wg/options.nix b/modules/wg/options.nix index 56fd964..d4e8567 100644 --- a/modules/wg/options.nix +++ b/modules/wg/options.nix @@ -59,24 +59,6 @@ type = types.nullOr types.str; default = null; }; - - endpoint.extraPeers = mkOption { - default = [ ]; - type = types.listOf ( - types.submodule { - options = { - address = mkOption { - type = types.listOf types.str; - default = [ ]; - }; - publicKey = mkOption { - type = types.nullOr types.str; - default = null; - }; - }; - } - ); - }; }; } ); -- cgit v1.3.1