grimm-nixos-laptop/modules/search.nix

9 lines
127 B
Nix
Raw Normal View History

2025-02-25 13:24:22 +01:00
{ config, ... }:
let
inherit (config.serverConfig) ports vhosts;
inherit (config.networking) domain;
# searx_host
in
{
}