From 52309c1912755d6f68c9a74cbe3d270e26e5e496 Mon Sep 17 00:00:00 2001 From: ADRN Date: Thu, 18 Nov 2021 16:06:11 +0100 Subject: [PATCH] Spoutnik SSH on port 220 --- node/spoutnik.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/node/spoutnik.nix b/node/spoutnik.nix index 1873783..8e84a2b 100644 --- a/node/spoutnik.nix +++ b/node/spoutnik.nix @@ -10,6 +10,7 @@ boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only networking.hostName = "spoutnik"; + services.openssh.ports = [ 220 ]; networking.interfaces.enp0s25.useDHCP = false; networking.interfaces.enp0s25.ipv4.addresses = [