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