summaryrefslogtreecommitdiff
path: root/modules/root/hosts.nix
blob: ba2c4aed205ed824f2d92c8471a62843e153f326 (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" ];
	};
}