From c0a7449e31b449a8205a1a26d3fc64651c0dfa48 Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 24 Apr 2026 20:09:28 -0400 Subject: [PATCH] Switching to .lan from .local to prevent mDNS issues --- nixos/update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/update.sh b/nixos/update.sh index add9283..df5a631 100755 --- a/nixos/update.sh +++ b/nixos/update.sh @@ -11,9 +11,9 @@ update() { # Nixos VMs ssh media@media.randomctf.com -t "$(typeset -f update); update" -ssh logging@logging.randomctf.local -t "$(typeset -f update); update" -ssh mindforge@mindforge.randomctf.local -t "$(typeset -f update); update" -ssh mnemosyne@mnemosyne.randomctf.local -t "$(typeset -f update); update" +ssh logging@logging.randomctf.lan -t "$(typeset -f update); update" +ssh mindforge@mindforge.randomctf.lan -t "$(typeset -f update); update" +ssh mnemosyne@mnemosyne.randomctf.lan -t "$(typeset -f update); update" # Ubuntu VMs -ssh pbx@pbx.randomctf.local -t "sudo apt update -y && sudo apt upgrade -y" +ssh pbx@pbx.randomctf.lan -t "sudo apt update -y && sudo apt upgrade -y"