mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
open ports
This commit is contained in:
parent
18b26ea58b
commit
53cf2c8178
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 21 ];
|
||||
allowedUDPPorts = [ 21 ];
|
||||
};
|
||||
|
||||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64";
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Reference in a new issue