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