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

10 lines
112 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [
./nginx.nix
./postgresql.nix
./woodpecker-server.nix
];
}