summaryrefslogtreecommitdiff
path: root/users/timmy/hosts.nix
blob: 16d9619c1797f2ffa043578d9351111611c849fe (plain)
1
2
3
4
5
6
7
8
9
10
{
	networking.hosts = {
		"192.168.1.9"   = [ "optiplex" ];
		"192.168.1.30"  = [ "localgit" ];
		"192.168.1.11"  = [ "truenas-home" ];
		"192.168.77.11" = [ "truenas-office" ];
		"192.168.77.8"  = [ "publicgit" "tjkeller" ];
		"192.168.77.3"  = [ "devel" ];
	};
}