ingress: bump noe.sh

This commit is contained in:
41666 2024-03-23 00:57:06 -04:00
parent cd5e63b3f7
commit f71c267e65

View file

@ -1,4 +1,4 @@
{ lib, pkgs, config, inputs, ... }: let { lib, pkgs, config, inputs, system, ... }: let
tsHost = name: port: "${name}.hoki-porgy.ts.net:${toString port}"; tsHost = name: port: "${name}.hoki-porgy.ts.net:${toString port}";
in { in {
imports = [ imports = [
@ -49,7 +49,7 @@ in {
}; };
} // defaultConfig; } // defaultConfig;
mekanoesh = static { src = inputs.noe-sh.packages.default; }; mekanoesh = static { src = inputs.noe-sh.${system}.packages.default; };
ps2live = upstream: { ps2live = upstream: {
locations."/" = { locations."/" = {