chore: removed unused code

This commit is contained in:
Tigor Hutasuhut 2024-06-23 20:14:38 +07:00
parent 8fed0e2502
commit f0cdeb41b6

View file

@ -33,17 +33,6 @@ in
sops.templates = sops.templates =
let let
template = { privateKey, ip }: 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 ({ }) { generators.toINI ({ }) {
Interface = { Interface = {
Address = "${ip}/32"; Address = "${ip}/32";