Listen
This commit is contained in:
parent
696d77ca54
commit
cde4925ec1
1 changed files with 8 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue