system/nixos/hosts/magenta/services/woodpecker/default.nix

10 lines
90 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./common.nix
./agent-docker.nix
./server.nix
];
}