summaryrefslogtreecommitdiff
path: root/modules/root/hosts.nix
blob: 14daaf153f91b50dd5b76287abd7e39bd8cf74c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	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" ];
		"173.9.253.3"   = [
			"git.tjkeller.xyz"
			"piped.tjkeller.xyz"
			"search.tjkeller.xyz"
			"tjkeller.xyz"
		];
	};
}