ingress: bump noe.sh
This commit is contained in:
parent
cd5e63b3f7
commit
f71c267e65
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||
in {
|
||||
imports = [
|
||||
|
@ -49,7 +49,7 @@ in {
|
|||
};
|
||||
} // defaultConfig;
|
||||
|
||||
mekanoesh = static { src = inputs.noe-sh.packages.default; };
|
||||
mekanoesh = static { src = inputs.noe-sh.${system}.packages.default; };
|
||||
|
||||
ps2live = upstream: {
|
||||
locations."/" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue