Switching to .lan from .local to prevent mDNS issues

This commit is contained in:
Random936
2026-04-24 20:10:17 -04:00
parent 75d6d62271
commit 76e69f0bc8
5 changed files with 21 additions and 19 deletions

View File

@@ -48,7 +48,7 @@
r330-media = "ssh media@192.168.100.40";
r330-logging = "ssh logging@192.168.100.41";
mnemosyne = "ssh mnemosyne@192.168.100.42";
mindforge = "ssh mindforge@mindforge.randomctf.local";
mindforge = "ssh mindforge@mindforge.randomctf.lan";
# Nix Specific aliases
update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";