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
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue