infrastructure/nixos/common/modules/default.nix

9 lines
98 B
Nix

{ ... }: {
imports = [
./dns.nix
./flood.nix
./unpackerr.nix
./vault.nix
];
}