From f0cdeb41b6f99c399a11bffbcb6ff9c647d4e2f9 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sun, 23 Jun 2024 20:14:38 +0700 Subject: [PATCH] chore: removed unused code --- system/services/wireguard.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/system/services/wireguard.nix b/system/services/wireguard.nix index 84272b3..2755b7e 100644 --- a/system/services/wireguard.nix +++ b/system/services/wireguard.nix @@ -33,17 +33,6 @@ in sops.templates = let template = { privateKey, ip }: - # '' - # [Interface] - # Address = ${ip}/32 - # PrivateKey = ${privateKey} - # DNS = 192.168.100.3 - # - # [Peer] - # PublicKey = ${serverPublicKey} - # Endpoint = vpn.tigor.web.id:51820 - # AllowedIPs = 0.0.0.0/0, ::/0 - # ''; generators.toINI ({ }) { Interface = { Address = "${ip}/32";