fix
This commit is contained in:
parent
ac3739c83d
commit
935244f72e
1 changed files with 1 additions and 3 deletions
|
|
@ -84,11 +84,10 @@
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22
|
22 # SSH
|
||||||
80 # HTTP/1
|
80 # HTTP/1
|
||||||
443 # HTTP/2
|
443 # HTTP/2
|
||||||
8448 # Matrix federation
|
8448 # Matrix federation
|
||||||
10022 # SSH
|
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
443 # HTTP/3
|
443 # HTTP/3
|
||||||
|
|
@ -104,7 +103,6 @@
|
||||||
fstrim.enable = false; # Let Proxmox host handle fstrim
|
fstrim.enable = false; # Let Proxmox host handle fstrim
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [ 22 10022 ];
|
|
||||||
settings = {
|
settings = {
|
||||||
PermitEmptyPasswords = "no";
|
PermitEmptyPasswords = "no";
|
||||||
PermitRootLogin = "prohibit-password";
|
PermitRootLogin = "prohibit-password";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue