diff options
-rw-r--r-- | node/spoutnik.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |