nix-config/modules/nix/containers/nixos/default.nix

9 lines
84 B
Nix

{ ... }:
{
imports = [
./httpd.nix
./traefik.nix
./unbound.nix
];
}