From b86ba2081abbab79595d4f1951e7b11ef51516db Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Fri, 17 Jan 2025 20:00:22 -0700 Subject: [PATCH] feat: Alias hosts guix-rebound & deertopia --- modules/nixos/hosts.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nixos/hosts.nix b/modules/nixos/hosts.nix index 0f58843..cf7a8b0 100644 --- a/modules/nixos/hosts.nix +++ b/modules/nixos/hosts.nix @@ -4,6 +4,8 @@ config = { networking.hosts = { "100.95.131.43" = [ "whitepc" ]; + "192.168.68.66" = [ "guix-rebound" ]; + "192.168.68.79" = [ "deertopia" ]; }; }; }