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