glotzbert: enable firewall

This commit is contained in:
Sandro - 2023-04-29 23:36:13 +02:00
parent 83742d6cdd
commit dd28a0b357
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 3 deletions

View File

@ -26,6 +26,11 @@
networking = {
domain = "hq.c3d2.de";
firewall = {
allowedTCPPorts = [
5900 # vnc
];
};
hostId = "42424242";
hostName = "glotzbert";
interfaces.enp0s25.useDHCP = true;
@ -60,9 +65,6 @@
};
};
# TODO: enable
networking.firewall.enable = false;
sound.enable = true;
hardware = {