From f66cd4ab34146bd0b68d41cfc69a4eb84fa2e28b Mon Sep 17 00:00:00 2001 From: nx2 Date: Wed, 27 Mar 2024 11:07:14 +0100 Subject: [PATCH] HSMW-VPN Working cleanup --- system-modules/hsmw.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/system-modules/hsmw.nix b/system-modules/hsmw.nix index 4b5cee1..00449d2 100644 --- a/system-modules/hsmw.nix +++ b/system-modules/hsmw.nix @@ -16,13 +16,6 @@ mode = "0600"; }; - # VPN - # "strongswan.conf".text = '' - # charon { - # load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default fips-prf eap-mschapv2 eap-identity updown openssl resolve - # } - # ''; - "ipsec.d/hsmw.secrets".text = ''${secrets.email.hsmw.mail} : EAP "${secrets.email.hsmw.password}"''; "ipsec.d/USERTrust-ECC.pem".source = ../secrets/vpn-hsmw/USERTrust-ECC-Certification-Authority.pem; "ipsec.d/USERTrust-RSA.pem".source = ../secrets/vpn-hsmw/USERTrust-RSA-Certification-Authority.pem;