Browse Source

Add acernitro wifi ip

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

2
README.org

@ -358,7 +358,7 @@ It's helpful to add the machine hostnames to the networking configuration, so I
networking.hosts = {
"192.168.3.105" = [ "gamingpc" ];
# "" = [ "acernitro" ];
# "" = [ "acernitro_" ];
"192.168.3.163" = [ "acernitro_" ];
"192.168.3.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
# "" = [ "homecloud" ];

2
hosts/acernitro/configuration.nix

@ -17,7 +17,7 @@
networking.hosts = {
"192.168.3.105" = [ "gamingpc" ];
# "" = [ "acernitro" ];
# "" = [ "acernitro_" ];
"192.168.3.163" = [ "acernitro_" ];
"192.168.3.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
# "" = [ "homecloud" ];

2
hosts/nixos/configuration.nix

@ -12,7 +12,7 @@
networking.hosts = {
"192.168.3.105" = [ "gamingpc" ];
# "" = [ "acernitro" ];
# "" = [ "acernitro_" ];
"192.168.3.163" = [ "acernitro_" ];
"192.168.3.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
# "" = [ "homecloud" ];

2
hosts/raspberry/configuration.nix

@ -11,7 +11,7 @@
networking.hosts = {
"192.168.3.105" = [ "gamingpc" ];
# "" = [ "acernitro" ];
# "" = [ "acernitro_" ];
"192.168.3.163" = [ "acernitro_" ];
"192.168.3.182" = [ "raspberry" ];
"192.168.3.123" = [ "raspberry_" ];
# "" = [ "homecloud" ];

Loading…
Cancel
Save