summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
blob: 7e5c5be8c46225160f77907ff38cae836391b6c6 (plain)
1
2
3
4
5
6
7
8
9
_: {
	imports = [
		../common/hardware/nvidia.nix
		./boot.nix
		./hardware-configuration.nix
		./network.nix
		./services.nix
	];
}