From 4a57304cba44575d32a0a582d2a5a60c738e17f3 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 27 Jul 2021 22:21:30 -0400 Subject: [PATCH] Network configuration --- hosts/acernitro/configuration.nix | 8 +------- hosts/homecloud/configuration.nix | 8 +------- hosts/nixos/configuration.nix | 8 +------- hosts/raspberry/configuration.nix | 8 +------- 4 files changed, 4 insertions(+), 28 deletions(-) diff --git a/hosts/acernitro/configuration.nix b/hosts/acernitro/configuration.nix index 5fb2b7d..31dc0d8 100644 --- a/hosts/acernitro/configuration.nix +++ b/hosts/acernitro/configuration.nix @@ -18,15 +18,9 @@ }; networking.hosts = { "192.168.3.105" = [ "gamingpc" ]; - "192.168.3.136" = [ "acernitro" ]; - "192.168.3.163" = [ "acernitro_" ]; + "192.168.3.163" = [ "acernitro" ]; "192.168.3.182" = [ "raspberry" ]; - "192.168.3.123" = [ "raspberry_" ]; "192.168.3.183" = [ "homecloud" ]; - # "" = [ "homecloud_" ]; - # "" = [ "zero-one" ]; - # "" = [ "zero-two" ]; - # "" = [ "android" ]; }; users.users.chris.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" diff --git a/hosts/homecloud/configuration.nix b/hosts/homecloud/configuration.nix index 70cec3f..f98d385 100644 --- a/hosts/homecloud/configuration.nix +++ b/hosts/homecloud/configuration.nix @@ -16,15 +16,9 @@ }; networking.hosts = { "192.168.3.105" = [ "gamingpc" ]; - "192.168.3.136" = [ "acernitro" ]; - "192.168.3.163" = [ "acernitro_" ]; + "192.168.3.163" = [ "acernitro" ]; "192.168.3.182" = [ "raspberry" ]; - "192.168.3.123" = [ "raspberry_" ]; "192.168.3.183" = [ "homecloud" ]; - # "" = [ "homecloud_" ]; - # "" = [ "zero-one" ]; - # "" = [ "zero-two" ]; - # "" = [ "android" ]; }; users.users.chris.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 576cc9e..8ef8750 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -11,15 +11,9 @@ networking.hosts = { "192.168.3.105" = [ "gamingpc" ]; - "192.168.3.136" = [ "acernitro" ]; - "192.168.3.163" = [ "acernitro_" ]; + "192.168.3.163" = [ "acernitro" ]; "192.168.3.182" = [ "raspberry" ]; - "192.168.3.123" = [ "raspberry_" ]; "192.168.3.183" = [ "homecloud" ]; - # "" = [ "homecloud_" ]; - # "" = [ "zero-one" ]; - # "" = [ "zero-two" ]; - # "" = [ "android" ]; }; users.users.chris.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" diff --git a/hosts/raspberry/configuration.nix b/hosts/raspberry/configuration.nix index 9292e75..afdf26b 100644 --- a/hosts/raspberry/configuration.nix +++ b/hosts/raspberry/configuration.nix @@ -12,15 +12,9 @@ networking.hosts = { "192.168.3.105" = [ "gamingpc" ]; - "192.168.3.136" = [ "acernitro" ]; - "192.168.3.163" = [ "acernitro_" ]; + "192.168.3.163" = [ "acernitro" ]; "192.168.3.182" = [ "raspberry" ]; - "192.168.3.123" = [ "raspberry_" ]; "192.168.3.183" = [ "homecloud" ]; - # "" = [ "homecloud_" ]; - # "" = [ "zero-one" ]; - # "" = [ "zero-two" ]; - # "" = [ "android" ]; }; users.users.chris.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"