open firewall
This commit is contained in:
parent
704cf3e2af
commit
5c1af20894
1 changed files with 4 additions and 0 deletions
|
@ -13,4 +13,8 @@ in mkIf conf.website.enable {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue