This commit is contained in:
Daniel Flanagan 2024-07-16 16:14:55 -05:00
parent 696d77ca54
commit cde4925ec1

View file

@ -67,7 +67,7 @@ in {
services.fail2ban.enable = true; services.fail2ban.enable = true;
services.radvd = { services.radvd = {
enable = true; enable = false;
# NOTE: this config is just the default arch linux config I think and may # 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: # need tweaking? this is what I had on the arch linux router, though :shrug:
# config = '' # config = ''
@ -355,6 +355,13 @@ in {
systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false; systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
services.openssh.listenAddresses = [
{
addr = "0.0.0.0";
port = 2201;
}
];
systemd.network = { systemd.network = {
enable = true; enable = true;
links = { links = {