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

10 lines
112 B
Nix

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