Fix firewall on emilia
This commit is contained in:
parent
7a1292eda9
commit
b6331e6569
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
|||
kyouma.machine-type.physical = true;
|
||||
kyouma.nginx.defaultForbidden = "uptime.kyouma.net";
|
||||
|
||||
networking.hostName = "emilia";
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [ 80 443 ];
|
||||
hostName = "emilia";
|
||||
};
|
||||
systemd.network.networks."98-eth-default" = {
|
||||
matchConfig.MACAddress = "04:d4:c4:39:73:f6";
|
||||
addresses = [
|
||||
|
|
Loading…
Reference in a new issue