configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: port

+1 -1
+1 -1
hosts/bluepill-proxy/modules/socat.nix
··· 91 91 wantedBy = ["multi-user.target"]; 92 92 }; 93 93 94 - services.openssh.port = 2222; 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"];