mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: open firewall so that violet can talk to dandelion :p
TODO: inter-server-networking with a virtual LAN over WireGuard
This commit is contained in:
parent
ea5e438098
commit
466985729c
1 changed files with 7 additions and 0 deletions
|
|
@ -23,4 +23,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
|
9001
|
||||||
|
22
|
||||||
|
9123 # always also allow ssh :screaming:
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue