aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2021-11-18 16:06:11 +0100
committerADRN <adrien@luxeylab.net>2021-11-18 16:06:11 +0100
commit52309c1912755d6f68c9a74cbe3d270e26e5e496 (patch)
tree9ddb8e555b271f6832a3733bfd9b5e4530d55a60
parent9e4b4cbaade9985fd6e7ceeffc78eefc4ebeae37 (diff)
downloadnixcfg-52309c1912755d6f68c9a74cbe3d270e26e5e496.tar.gz
nixcfg-52309c1912755d6f68c9a74cbe3d270e26e5e496.zip
Spoutnik SSH on port 220
-rw-r--r--node/spoutnik.nix1
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 = [