mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Open ports for domain
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostname = "server";
|
||||
hostName = "server";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 80 443 25565 ];
|
||||
allowedUDPPorts = [ 80 443 25565 ];
|
||||
|
||||
Reference in New Issue
Block a user