summaryrefslogtreecommitdiff
path: root/users/timmy/hosts.nix
blob: 4f0c0ac4e08c6ab5dd9e46b04664f9ef5af731fb (plain)
1
2
3
4
5
6
7
{
	networking.hosts = {
		"192.168.77.11" = [ "truenas-office" ];
		"192.168.77.8"  = [ "publicgit" "tjkeller" ];
		"192.168.77.3"  = [ "devel" ];
	};
}