ude: allow port 80 lmao

This commit is contained in:
Nikodem Rabuliński 2024-01-13 00:39:47 +01:00
parent 59fabc1032
commit 54059f106e
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
3 changed files with 7 additions and 2 deletions

View file

@ -33,5 +33,6 @@
include /impure/nginx/*.conf;
'';
};
networking.firewall.allowedTCPPorts = [80];
};
}

View file

@ -28,7 +28,7 @@
fish-wrapped = all-packages.fish;
fish = pkgs.symlinkJoin {
inherit (fish-base) name meta passthru;
paths = [ fish-wrapped fish-base ];
paths = [fish-wrapped fish-base];
};
base-packages = pkgs.symlinkJoin {

View file

@ -1,4 +1,8 @@
{lib, pkgs, ...}: {
{
lib,
pkgs,
...
}: {
# TODO: Fix once https://github.com/viperML/wrapper-manager/issues/14 is resolved
wrappers.fish = {
basePackage = pkgs.runCommandNoCC "fish-binary" {} ''