Skip to content

Commit c850990

Browse files
committed
circumvent port 22 block on uni
1 parent 9969027 commit c850990

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rpi5/configuration.nix

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109

110110
# Enable the OpenSSH daemon.
111111
services.openssh = {
112+
ports = [
113+
22
114+
110 # pop3 port hopefully our universitsy doesnt block it
115+
];
112116
enable = true;
113117
openFirewall = true;
114118
settings = {

0 commit comments

Comments
 (0)