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