{ config, pkgs, ... }:

{
  imports = [
    ./docker.nix
    ./woodpecker-agent.nix
  ];
}