diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 2cd11e6..ba35bce 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... }: let +{ lib, pkgs, config, ... }: let tsHost = name: port: "${name}.hoki-porgy.ts.net:${toString port}"; in { imports = [ @@ -92,7 +92,9 @@ in { "mekanoe.com" = static { url = "https://codeberg.org/noe/personal-site.git"; - rev = "e5e5b3d46a673e8ebdceb1f9df0c45b9b7cb6980"; + rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e"; + } // { + }; "oc.mekanoe.com" = placeholder;