format
Some checks failed
/ Check formatting (push) Failing after 0s

This commit is contained in:
Ittihadyya 2024-12-21 08:56:22 +02:00
parent 472a993219
commit f06b788e5e

View file

@ -1,11 +1,12 @@
{ {
universal.modules = [ universal.modules = [
({ {
networking.firewall.enable = true; networking.firewall.enable = true;
networking.nftables.enable = true; networking.nftables.enable = true;
}) }
({ {
networking.firewall.interfaces.wg0 = { # TODO: set up prometheus authentication, perhaps with a certificate. not *that* urgent because it's only on the wireguard netwrok, maybe it's not even needed at all -e networking.firewall.interfaces.wg0 = {
# TODO: set up prometheus authentication, perhaps with a certificate. not *that* urgent because it's only on the wireguard netwrok, maybe it's not even needed at all -e
allowedTCPPorts = [ allowedTCPPorts = [
6703 6703
]; ];
@ -13,7 +14,7 @@
6703 6703
]; ];
}; };
}) }
]; ];
fructose.modules = [ fructose.modules = [