parent
472a993219
commit
f06b788e5e
1 changed files with 6 additions and 5 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue