From cc48c114484ed3e05d7f9f140cf89e9943c0d9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 29 Jun 2026 19:04:13 -0600 Subject: [PATCH] fix: update host aliases --- modules/nixos/hosts.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/nixos/hosts.nix b/modules/nixos/hosts.nix index 5698dfc..467d9ba 100644 --- a/modules/nixos/hosts.nix +++ b/modules/nixos/hosts.nix @@ -4,10 +4,10 @@ config = { networking.hosts = { "100.95.131.43" = [ "whitepc" ]; - "192.168.68.66" = [ "guix-rebound" "sydpc" ]; - "192.168.68.79" = [ "deertopia" ]; - "192.168.68.55" = [ "fruitbook" ]; - "192.168.68.62" = [ "buffalo-nas" ]; + "10.0.0.109" = [ "guix-rebound" "sydpc" ]; + "10.0.0.248" = [ "deertopia" ]; + "10.0.0.218" = [ "fruitbook" ]; + "10.0.0.203" = [ "buffalo-nas" ]; }; }; }