summaryrefslogtreecommitdiff
path: root/hosts/common/default.nix
blob: 9793191599bb98e9f51d538b1aeec2f8489d852c (plain)
1
2
3
4
5
6
7
{
	imports = [
		./security.nix
		./users.nix
		./locale.nix
	];
}