ude: allow port 80 lmao
This commit is contained in:
parent
59fabc1032
commit
54059f106e
3 changed files with 7 additions and 2 deletions
|
@ -33,5 +33,6 @@
|
||||||
include /impure/nginx/*.conf;
|
include /impure/nginx/*.conf;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
networking.firewall.allowedTCPPorts = [80];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{lib, pkgs, ...}: {
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
# TODO: Fix once https://github.com/viperML/wrapper-manager/issues/14 is resolved
|
# TODO: Fix once https://github.com/viperML/wrapper-manager/issues/14 is resolved
|
||||||
wrappers.fish = {
|
wrappers.fish = {
|
||||||
basePackage = pkgs.runCommandNoCC "fish-binary" {} ''
|
basePackage = pkgs.runCommandNoCC "fish-binary" {} ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue