ingress: bump noe.sh
This commit is contained in:
parent
421c5a8067
commit
037f3cbbe6
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, pkgs, config, ... }: 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,10 +49,7 @@ in {
|
||||||
};
|
};
|
||||||
} // defaultConfig;
|
} // defaultConfig;
|
||||||
|
|
||||||
mekanoesh = static {
|
mekanoesh = inputs.noe-sh.packages.default;
|
||||||
url = "https://codeberg.org/noe/personal-site.git";
|
|
||||||
rev = "574cd91fbd9fa626cd9fd08314d50f412b54fc97";
|
|
||||||
};
|
|
||||||
|
|
||||||
ps2live = upstream: {
|
ps2live = upstream: {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue