dacbert: allow rdp in firewall

This commit is contained in:
Astro 2024-01-25 23:25:41 +01:00
parent 4c7aec0ce5
commit d821e17aea
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ in
hostName = "dacbert"; # Define your hostname.
useDHCP = false;
interfaces.eth0.useDHCP = true;
firewall.allowedTCPPorts = [
# RDP
3389
];
};
nix = {