email broken

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-16 18:20:09 +02:00
parent c6b942bd55
commit b93a75fa97
8 changed files with 86 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
{
environment.systemPackages = [
pkgs.strongswan
pkgs.strongswanNM
];
environment.etc = {
@@ -20,6 +20,8 @@
"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;
};
networking.networkmanager.enableStrongSwan = true;
services.strongswan = {
enable = true;