nix-infra/config/hosts/public-reverse-proxy/default.nix

9 lines
87 B
Nix

{ config, pkgs, ... }:
{
imports = [
./configuration.nix
./nginx.nix
];
}