feat: prepare for exposure to the internet
* open ports 80 and 443 * password-protect copyparty and ntfy-sh * randomise usernames for radicale and copyparty
This commit is contained in:
parent
fbd4da91c0
commit
3c46d9e066
9 changed files with 38 additions and 6 deletions
|
|
@ -33,7 +33,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
networking.hostName = "${hostName}";
|
||||
networking = {
|
||||
hostName = "${hostName}";
|
||||
firewall.interfaces."enp2s0".allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
|
||||
# hardened openssh
|
||||
services.openssh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue