nix-config/modules/nixos-modules/server/crab-hole/default.nix

6 lines
68 B
Nix

{...}: {
imports = [
./crab-hole.nix
./storage.nix
];
}