Open http/s ports

This commit is contained in:
hodasemi 2025-05-21 14:05:47 +02:00
parent 366e37fb65
commit 3a5d1f0d0b

View file

@ -20,5 +20,9 @@
environment.systemPackages = with pkgs; [
git
];
}
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
};
}