mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 11:34:07 +02:00
open port 80
This commit is contained in:
parent
64d84a3282
commit
0ab8ddaaa4
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 21 ];
|
allowedTCPPorts = [ 21 80 ];
|
||||||
allowedUDPPorts = [ 21 ];
|
allowedUDPPorts = [ 21 80 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64";
|
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64";
|
||||||
|
|
Loading…
Add table
Reference in a new issue