summaryrefslogtreecommitdiffstats
path: root/users/timmy/hosts.nix
blob: c49544e2c0be24191699895a3c65ffae1f99de4d (plain)
1
2
3
4
5
6
{
	networking.hosts = {
		"192.168.77.88" = [ "publicgit" "cgit" ];
		"192.168.77.3"  = [ "devel" ];
	};
}