tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: port
devins.page
1 month ago
e25d2cf8
9c2134c3
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill-proxy
modules
socat.nix
+1
-1
hosts/bluepill-proxy/modules/socat.nix
···
91
91
wantedBy = ["multi-user.target"];
92
92
};
93
93
94
94
-
services.openssh.port = 2222;
94
94
+
services.openssh.ports = [2222];
95
95
systemd.services.ssh-tcp-22 = {
96
96
description = "SSH TCP 22 forward";
97
97
wants = ["network-online.target"];