summaryrefslogtreecommitdiff
path: root/modules/root/hosts.nix
blob: 17e9cacfc7107eee97b2368f478df58b0bcfab9a (plain)
1
2
3
4
5
{
	networking.extraHosts = ''
		192.168.1.30    localgit
	'';
}