summaryrefslogtreecommitdiffstats
path: root/users/timmy/hosts.nix
blob: 1d9a0cc03b7f2b58ef636e32de002d711796d3d6 (plain)
1
2
3
4
5
6
7
8
{
	networking.hosts = {
		"192.168.77.88" = [ "publicgit" "cgit" ];
		"192.168.77.3"  = [ "devel" ];
		"192.168.1.10"  = [ "poweredge" ];
		"192.168.77.11" = [ "poweredge-pro" ];
	};
}