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

View file

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

View file

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

View file

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