formt with nix fmt

This commit is contained in:
jopejoe1 2025-01-03 17:49:41 +01:00
parent 2eb114c0b4
commit 2b6a2736f2
5 changed files with 27 additions and 14 deletions

View file

@ -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";