From 5d68e6d30cd1758864f4bd9299a69bf951561e50 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 10 Mar 2022 12:21:40 -0500 Subject: [PATCH] Disable networking hosts (retired) --- hosts/nixos/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 8ef8750..c59e666 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -10,10 +10,10 @@ networking.interfaces.ens3.useDHCP = true; networking.hosts = { - "192.168.3.105" = [ "gamingpc" ]; - "192.168.3.163" = [ "acernitro" ]; - "192.168.3.182" = [ "raspberry" ]; - "192.168.3.183" = [ "homecloud" ]; + # "192.168.3.105" = [ "gamingpc" ]; + # "192.168.3.163" = [ "acernitro" ]; + # "192.168.3.182" = [ "raspberry" ]; + # "192.168.3.183" = [ "homecloud" ]; }; users.users.chris.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"