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

12 lines
154 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [
./woodpecker-agent
./woodpecker-server
./configuration.nix
./networking.nix
./sops.nix
];
}