blob: bc3db33fea07b3e0223d0b6471982e3361c8701d [file] [log] [blame]
Samuel Shuertcd9a7f52024-02-09 21:40:44 -05001{
2 networking.hosts = {
3 "192.168.0.1" = [ "a1" ];
4 "192.168.0.2" = [ "a1d1" ];
5 "192.168.0.4" = [ "CodedPi" ];
6 "192.168.0.5" = [ "SamuelDesktop" "codedPC" "me" ];
7 "192.168.0.6" = [ "a1d2" ];
8 };
9}