router: remove alias

This commit is contained in:
Aaron Bieber 2022-12-29 06:57:06 -07:00
parent 575d81f995
commit 3fb9322df6
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ in {
networking.interfaces.enp1s0.useDHCP = true;
networking.interfaces.enp2s0.useDHCP = true;
networking.firewall.allowedTCPPorts = [ 22 53 9002 ];
networking.firewall.allowedTCPPorts = [ 22 53 config.services.prometheus.exporters.node.port ];
networking.firewall.allowedUDPPorts = [ 53 ];
users.users.root = userBase;

View File

@ -1 +0,0 @@
10.6.0.1