mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
formt with nix fmt
This commit is contained in:
parent
2eb114c0b4
commit
2b6a2736f2
5 changed files with 27 additions and 14 deletions
|
@ -42,8 +42,14 @@
|
|||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 21 80 ];
|
||||
allowedUDPPorts = [ 21 80 ];
|
||||
allowedTCPPorts = [
|
||||
21
|
||||
80
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
21
|
||||
80
|
||||
];
|
||||
};
|
||||
|
||||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue