9 lines
127 B
Nix
9 lines
127 B
Nix
|
{ config, ... }:
|
||
|
let
|
||
|
inherit (config.serverConfig) ports vhosts;
|
||
|
inherit (config.networking) domain;
|
||
|
# searx_host
|
||
|
in
|
||
|
{
|
||
|
}
|