infrastructure/nixos/common/modules/default.nix

9 lines
98 B
Nix
Raw Normal View History

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