From 1b4d541c809ffe97a4a09b0973a0cb936a36c97b Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Mon, 24 Mar 2025 22:24:17 -0600 Subject: [PATCH] feat: Add sydpc host alias --- modules/nixos/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/hosts.nix b/modules/nixos/hosts.nix index 3fd961d..f392407 100755 --- a/modules/nixos/hosts.nix +++ b/modules/nixos/hosts.nix @@ -4,7 +4,7 @@ config = { networking.hosts = { "100.95.131.43" = [ "whitepc" ]; - "192.168.68.66" = [ "guix-rebound" ]; + "192.168.68.66" = [ "guix-rebound" "sydpc" ]; "192.168.68.79" = [ "deertopia" ]; "192.168.68.55" = [ "fruitbook" ]; };