nix-infra/config/hosts/searx/default.nix

9 lines
103 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./nginx.nix
./searx.nix
./sops.nix
];
}