caramel/networking: open port 80 and 443

This commit is contained in:
LavaDesu 2022-02-13 17:51:56 +07:00
parent 1ef0a5c034
commit accf26c1ea
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,6 +1,8 @@
{ config, ... }: {
environment.etc."wpa_supplicant.conf".source = config.age.secrets.wpa_conf.path;
networking = {
firewall.allowedTCPPorts = [ 80 443 ];
wireless = {
enable = true;
interfaces = [ "wlan0" ];