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

9 lines
89 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./netbox.nix
./nginx.nix
];
}