drop meshnamed from repository

It's not super useful and we can always add it back later if we need it.
This commit is contained in:
Jörg Thalheim
2024-03-06 09:43:50 +01:00
parent cb564059e2
commit 0481746198
11 changed files with 19 additions and 165 deletions

View File

@@ -4,9 +4,7 @@
services.maddy =
let
# FIXME move this to public setting
meshname = config.clanCore.secrets.zerotier.facts.zerotier-meshname.value or null;
domain = if meshname == null then "${config.clanCore.machineName}.local" else "${meshname}.vpn";
domain = "${config.clanCore.machineName}.local";
in
{
enable = true;