Add iperf4

This commit is contained in:
Wekuz 2026-01-01 19:47:28 +02:00
parent 5f08bfcc54
commit c98975cadc
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -64,6 +64,7 @@
22 22
80 80
443 443
5201 # iperf3
]; ];
}; };
@ -85,6 +86,9 @@
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;
settings.PermitRootLogin = "no"; settings.PermitRootLogin = "no";
}; };
iperf3 = {
enable = true;
};
vaultwarden = { vaultwarden = {
enable = true; enable = true;
environmentFile = config.sops.secrets."vaultwarden.env".path; environmentFile = config.sops.secrets."vaultwarden.env".path;