use --target-host for remote deploys

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-18 11:26:10 -06:00
parent fca1bd9d8f
commit 49f82a3434
12 changed files with 216 additions and 495 deletions

View file

@ -16,6 +16,15 @@
dns = {
magic_dns = true;
base_domain = "net.joshuabell.xyz";
override_local_dns = false;
# nameservers.global = [
# "1.1.1.1"
# "1.0.0.1"
# "8.8.8.8"
# "8.8.4.4"
# "9.9.9.9"
# "9.9.9.10"
# ];
extra_records =
let
h001ARecord = name: {
@ -23,7 +32,7 @@
name = "${name}.joshuabell.xyz";
value = "100.64.0.13";
};
in
[
(h001ARecord "jellyfin")