infrastructure/nixos/common/modules/default.nix

9 lines
100 B
Nix
Raw Normal View History

2022-09-27 14:05:24 +02:00
{ ... }: {
imports = [
./dns.nix
./flood.nix
./unpackerr.nix
./vmagent.nix
];
}