Enable HTTP and HTTPS ports

This commit is contained in:
Oliver Davies 2025-04-29 02:24:03 +01:00
parent 2818a510c4
commit f668d95f74

View file

@ -38,4 +38,9 @@
powerManagement.powertop.enable = true;
users.groups.media = { };
networking.firewall.allowedTCPPorts = [
80
443
];
}