Fix ports for ssh

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2023-12-25 13:30:28 -05:00
parent 0d61dcd079
commit 970dbf7689

View File

@ -40,6 +40,8 @@
enable = true; enable = true;
config = builtins.readFile ./conf/haproxy.conf; config = builtins.readFile ./conf/haproxy.conf;
}; };
openssh.ports = [ 666 ];
}; };
networking.firewall.enable = false; networking.firewall.enable = false;