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