Fixed forgejo runner

This commit is contained in:
Aleksandr Lebedev 2025-10-20 20:49:21 +02:00
parent a767eb01e2
commit e311c2d10b
4 changed files with 14 additions and 13 deletions

18
flake.lock generated
View file

@ -451,17 +451,17 @@
"snowfall-lib": "snowfall-lib"
},
"locked": {
"lastModified": 1758660034,
"narHash": "sha256-/o6UQLh+Ao3U20vXzSlCIVR3MjlHCH3OhKfUo/TmCfs=",
"owner": "kylekrein",
"repo": "emacs-config",
"rev": "86e977e5c48a23b21ec86946792b7ca0e3fbc642",
"type": "github"
"lastModified": 1760960573,
"narHash": "sha256-gfx0Nr3DinMMOmQLrmRchJpGULMrxSoK263RkeyHyv8=",
"ref": "refs/heads/master",
"rev": "afe0269ecafaaf10f3662c280ecd21700048afe1",
"revCount": 148,
"type": "git",
"url": "https://git.kylekrein.com/kylekrein/emacs-config"
},
"original": {
"owner": "kylekrein",
"repo": "emacs-config",
"type": "github"
"type": "git",
"url": "https://git.kylekrein.com/kylekrein/emacs-config"
}
},
"emacs-overlay": {

View file

@ -40,7 +40,7 @@
impermanence.url = "github:nix-community/impermanence";
emacs-kylekrein = {
url = "github:kylekrein/emacs-config";
url = "git+https://git.kylekrein.com/kylekrein/emacs-config";
inputs.nixpkgs.follows = "nixpkgs";
};
beeengine = {

View file

@ -81,9 +81,10 @@ in {
#"ubuntu-latest:docker://node:16-bullseye"
"debian-latest:docker://node:24.8.0-trixie"
"alpine-latest:docker://node:alpine"
"nixos-latest:docker://nixos/nix"
## optionally provide native execution on the host:
"native:host"
"nixos:host"
#"native:host"
#"nixos:host"
];
};
};

View file

@ -144,7 +144,7 @@ in {
locations."/" = {
proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}";
proxyWebsockets = true;
extraConfig = "proxy_buffering off;";
#extraConfig = "proxy_buffering off;";
};
};
"smart-home.kylekrein.com" = {