single runner
Some checks failed
Weekly NixOS Build & Cache / build-and-cache (push) Failing after 10m43s

This commit is contained in:
Danilo Reyes
2025-11-02 10:10:00 -06:00
parent 14d3e6b1ee
commit 41ced09790
3 changed files with 21 additions and 55 deletions

View File

@@ -11,7 +11,6 @@ in
{
imports = [
../nix/gitea-actions-runners/nixos.nix
../nix/gitea-actions-runners/webref.nix
];
options.my.servers.gitea = setup.mkOptions "gitea" "git" 9083;
config = lib.mkIf (cfg.enable && config.my.secureHost) {