Use the hosts overlays in gitea container (for attic patches)
All checks were successful
Check Flake / check-flake (push) Successful in 3m42s

This commit is contained in:
2026-03-03 22:54:14 -08:00
parent b29e80f3e9
commit 86a9f777ad

View File

@@ -8,6 +8,7 @@
let
thisMachineIsARunner = config.thisMachine.hasRole."gitea-actions-runner";
hostOverlays = config.nixpkgs.overlays;
containerName = "gitea-runner";
giteaRunnerUid = 991;
giteaRunnerGid = 989;
@@ -32,6 +33,7 @@ in
config = { config, lib, pkgs, ... }: {
system.stateVersion = "25.11";
nixpkgs.overlays = hostOverlays;
services.gitea-actions-runner.instances.inst = {
enable = true;