Add iperf4
This commit is contained in:
parent
5f08bfcc54
commit
c98975cadc
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
22
|
||||
80
|
||||
443
|
||||
5201 # iperf3
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -85,6 +86,9 @@
|
|||
settings.PasswordAuthentication = false;
|
||||
settings.PermitRootLogin = "no";
|
||||
};
|
||||
iperf3 = {
|
||||
enable = true;
|
||||
};
|
||||
vaultwarden = {
|
||||
enable = true;
|
||||
environmentFile = config.sops.secrets."vaultwarden.env".path;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue