grimm-nixos-laptop/modules/search.nix
2025-02-25 13:24:22 +01:00

8 lines
127 B
Nix

{ config, ... }:
let
inherit (config.serverConfig) ports vhosts;
inherit (config.networking) domain;
# searx_host
in
{
}