diff --git a/nixos/hosts/olympus/woodpecker/configuration.nix b/nixos/hosts/olympus/woodpecker/configuration.nix index 73bacde..078b333 100644 --- a/nixos/hosts/olympus/woodpecker/configuration.nix +++ b/nixos/hosts/olympus/woodpecker/configuration.nix @@ -27,6 +27,8 @@ in { quoteEnvironmentValues = false; # Needed for docker }; + vault-secrets.secrets.gitea_runner = { }; + virtualisation.podman = { enable = true; dockerSocket.enable = true; @@ -49,6 +51,7 @@ in { name = "nix-native"; labels = [ "native:host" ]; url = "https://git.0x76.dev"; + tokenFile = "${vs.gitea_runner}/token_native"; hostPackages = with pkgs; [ bash coreutils