From e0ed1b01bf0deb19d656e1e95b52887e6334ebd1 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Fri, 5 Apr 2024 18:08:57 -0400 Subject: [PATCH] Add redwood's local IP --- nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos.nix b/nixos.nix index d14029b..b8a8b77 100644 --- a/nixos.nix +++ b/nixos.nix @@ -207,6 +207,7 @@ let systemInformation = import ./system/system-information.nix; in networking.hosts = { "162.255.119.254" = ["www.librepunk.club"]; "129.21.49.69" = ["www.librepunk.club"]; + "192.168.1.204" = ["redwood.corviform.gay"]; }; # This value determines the NixOS release from which the default