summaryrefslogtreecommitdiff
path: root/modules/root/hosts.nix
blob: ffd21731ea99ec014ba4ae8fa2cc73de9c24264c (plain)
1
2
3
4
5
6
7
8
{
	networking.hosts = {
		"192.168.1.30"  = [ "localgit" ];
		"192.168.1.11"  = [ "truenas-home" ];
		"192.168.77.11" = [ "truenas-office" ];
		"192.168.77.8"  = [ "publicgit" ]
	};
}