From cde4925ec188991da4be9bd8820e5cb1830288b3 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 16 Jul 2024 16:14:55 -0500 Subject: [PATCH] Listen --- nixos/router.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nixos/router.nix b/nixos/router.nix index b62782b..857d100 100644 --- a/nixos/router.nix +++ b/nixos/router.nix @@ -67,7 +67,7 @@ in { services.fail2ban.enable = true; services.radvd = { - enable = true; + enable = false; # NOTE: this config is just the default arch linux config I think and may # need tweaking? this is what I had on the arch linux router, though :shrug: # config = '' @@ -355,6 +355,13 @@ in { systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false; + services.openssh.listenAddresses = [ + { + addr = "0.0.0.0"; + port = 2201; + } + ]; + systemd.network = { enable = true; links = {