Browse Source

Network configuration

main
parent
commit
4a57304cba
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 8
      hosts/acernitro/configuration.nix
  2. 8
      hosts/homecloud/configuration.nix
  3. 8
      hosts/nixos/configuration.nix
  4. 8
      hosts/raspberry/configuration.nix

8
hosts/acernitro/configuration.nix

@ -18,15 +18,9 @@
}; };
networking.hosts = { networking.hosts = {
"192.168.3.105" = [ "gamingpc" ]; "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.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
"192.168.3.183" = [ "homecloud" ]; "192.168.3.183" = [ "homecloud" ];
# "" = [ "homecloud_" ];
# "" = [ "zero-one" ];
# "" = [ "zero-two" ];
# "" = [ "android" ];
}; };
users.users.chris.openssh.authorizedKeys.keys = [ users.users.chris.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"

8
hosts/homecloud/configuration.nix

@ -16,15 +16,9 @@
}; };
networking.hosts = { networking.hosts = {
"192.168.3.105" = [ "gamingpc" ]; "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.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
"192.168.3.183" = [ "homecloud" ]; "192.168.3.183" = [ "homecloud" ];
# "" = [ "homecloud_" ];
# "" = [ "zero-one" ];
# "" = [ "zero-two" ];
# "" = [ "android" ];
}; };
users.users.chris.openssh.authorizedKeys.keys = [ users.users.chris.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"

8
hosts/nixos/configuration.nix

@ -11,15 +11,9 @@
networking.hosts = { networking.hosts = {
"192.168.3.105" = [ "gamingpc" ]; "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.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
"192.168.3.183" = [ "homecloud" ]; "192.168.3.183" = [ "homecloud" ];
# "" = [ "homecloud_" ];
# "" = [ "zero-one" ];
# "" = [ "zero-two" ];
# "" = [ "android" ];
}; };
users.users.chris.openssh.authorizedKeys.keys = [ users.users.chris.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"

8
hosts/raspberry/configuration.nix

@ -12,15 +12,9 @@
networking.hosts = { networking.hosts = {
"192.168.3.105" = [ "gamingpc" ]; "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.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
"192.168.3.183" = [ "homecloud" ]; "192.168.3.183" = [ "homecloud" ];
# "" = [ "homecloud_" ];
# "" = [ "zero-one" ];
# "" = [ "zero-two" ];
# "" = [ "android" ];
}; };
users.users.chris.openssh.authorizedKeys.keys = [ users.users.chris.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"

Loading…
Cancel
Save