router: remove alias
This commit is contained in:
parent
575d81f995
commit
3fb9322df6
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
10.6.0.1
|
Loading…
Reference in New Issue
Block a user