nix machine / user configurations

feat: update arpa content [skip ci]

ptr.pet 3f569c8b 1fb51d90

verified
Changed files
+10 -5
dns
9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa
hosts
wolumonde
modules
pkgs-set
+4
deploy.nu
···
nix flake update
try {
+
nix run ".#dns" -- push
+
}
+
+
try {
git add .
let commit_msg = if $msg == null {
"chore: update flake dependencies (deploy)"
+1 -1
dns/9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/dnsconfig.js
···
DnsProvider(DSP_CLOUDFLARE),
DefaultTTL(1),
A("@", "23.88.101.188", CF_PROXY_ON),
-
TXT("@", "an information endpoint for entity with serial id /90008/."),
+
TXT("@", "a data endpoint for entity with serial id /90008/."),
TXT("@", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."),
TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."),
TXT("@", "try connecting to https://gaze.systems/about for more information."),
+4 -3
hosts/wolumonde/modules/arpa.nix
···
index = pkgs.writeText "index.txt" ''
hi there~
-
you are currently interfacing with one of the information endpoints of entity with serial id /90008/.
+
you are currently interfacing with one of the data endpoints
+
of entity with serial id /90008/. you may want to open a
+
connection to https://gaze.systems/about for more data.
-
you may want to open a connection to https://gaze.systems/about to read more about it.
-
alternatively run /dig +short TXT 9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/ in your preferred terminal interface for more data.
+
/dig +short TXT 9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/
'';
root = pkgs.runCommand "root" {} ''
mkdir -p $out
+1 -1
pkgs-set/pkgs/dnsmngmt.nix
···
for dir in */; do
msg="=== $1 dns changes for $(basename $dir) ==="
echo "$msg"
-
cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1; cd $dnsDir
+
cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1 --notify; cd $dnsDir
echo "$msg" | ${gnused}/bin/sed 's/./=/g'
done
''