summaryrefslogtreecommitdiff
path: root/modules/wg
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wg')
-rw-r--r--modules/wg/options.nix18
1 files changed, 0 insertions, 18 deletions
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;
- };
- };
- }
- );
- };
};
}
);