forked from Deuxfleurs/nixcfg
Spoutnik SSH on port 220
This commit is contained in:
parent
9e4b4cbaad
commit
52309c1912
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue