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;