opens up dnsc-server firewall for actual
This commit is contained in:
parent
25b702bee9
commit
87f1b8d1a0
1 changed files with 9 additions and 1 deletions
|
|
@ -57,7 +57,15 @@
|
|||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
# Firewall
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
9002 # Actual
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
9002 # Actual
|
||||
];
|
||||
}
|
||||
|
||||
# My user account
|
||||
users.users.dennis = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue