From 20a502ae718b7cf2f13ac38a969e227447e586e4 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 19 Jun 2021 16:26:51 -0400 Subject: [PATCH] Update acernitro ethernet IP --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index de7512e..7162910 100644 --- a/README.org +++ b/README.org @@ -357,7 +357,7 @@ It's helpful to add the machine hostnames to the networking configuration, so I #+BEGIN_SRC nix networking.hosts = { "192.168.3.105" = [ "gamingpc" ]; - # "" = [ "acernitro" ]; + "192.168.3.136" = [ "acernitro" ]; "192.168.3.163" = [ "acernitro_" ]; "192.168.3.182" = [ "raspberry" ]; "192.168.3.123" = [ "raspberry_" ];