change formatter to nixfmt-tree, reformat

This commit is contained in:
Vinzenz Schroeter 2025-09-12 23:51:00 +02:00
parent 14eb2e1aaa
commit 506aed82ff
4 changed files with 29 additions and 13 deletions

View file

@ -37,6 +37,9 @@
};
};
networking.firewall.allowedTCPPorts = [ 8776 1337 ];
networking.firewall.allowedTCPPorts = [
8776
1337
];
};
}