Compare commits
2 commits
22d1b1a7fd
...
472a993219
Author | SHA1 | Date | |
---|---|---|---|
472a993219 | |||
11a71ea956 |
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
networking.nftables.enable = true;
|
||||
})
|
||||
({
|
||||
networking.firewall.interfaces.wg0 = {
|
||||
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 = [
|
||||
6703
|
||||
];
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
sucrose.modules = [
|
||||
fructose.modules = [
|
||||
(
|
||||
{
|
||||
pkgs,
|
||||
|
|
Loading…
Reference in a new issue