added tooling for domains

This commit is contained in:
2026-03-27 17:12:11 -05:00
parent e42eb92cb1
commit 691a555645
9 changed files with 174 additions and 1 deletions

View File

@@ -153,4 +153,8 @@ EOF
systemd.services.haven.after = [ "haven-whitelist-setup.service" "haven-runtime-config.service" ];
systemd.services.haven.wants = [ "haven-whitelist-setup.service" "haven-runtime-config.service" ];
sovran_systemsOS.domainRequirements = [
{ name = "haven"; label = "Haven NOSTR Relay"; example = "relay.yourdomain.com"; }
];
}