Browse Source

Update home network config

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

3
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;

2
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_" ];

2
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_" ];

2
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_" ];

Loading…
Cancel
Save