nix-infra/config/hosts/woodpecker/woodpecker-agent/default.nix

9 lines
91 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [
./podman.nix
./woodpecker-agent.nix
];
}