From bb55cc581dfc4560e4f650aacf8c7902d4084482 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 20 Jun 2021 06:38:25 -0400 Subject: [PATCH] Update home network config --- hosts/acernitro/configuration.nix | 3 ++- hosts/homecloud/configuration.nix | 2 +- hosts/nixos/configuration.nix | 2 +- hosts/raspberry/configuration.nix | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/acernitro/configuration.nix b/hosts/acernitro/configuration.nix index 7b12959..ff062a7 100644 --- a/hosts/acernitro/configuration.nix +++ b/hosts/acernitro/configuration.nix @@ -16,7 +16,7 @@ "409b3c85fef1c5737f284d2f82f20dc6023e41804e862d4fa26265ef8193b326"; 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_" ]; @@ -28,6 +28,7 @@ }; services.xserver.dpi = 96; + services.xserver.libinput.touchpad.tapping = false; services.printing.enable = true; programs.mtr.enable = true; diff --git a/hosts/homecloud/configuration.nix b/hosts/homecloud/configuration.nix index 28a3059..0e39570 100644 --- a/hosts/homecloud/configuration.nix +++ b/hosts/homecloud/configuration.nix @@ -14,7 +14,7 @@ "409b3c85fef1c5737f284d2f82f20dc6023e41804e862d4fa26265ef8193b326"; 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_" ]; diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index d4e3a14..512bfae 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -11,7 +11,7 @@ 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_" ]; diff --git a/hosts/raspberry/configuration.nix b/hosts/raspberry/configuration.nix index a09ba88..42617e5 100644 --- a/hosts/raspberry/configuration.nix +++ b/hosts/raspberry/configuration.nix @@ -12,7 +12,7 @@ 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_" ];