about summary refs log blame commit diff
path: root/users/glittershark/system/system/configuration.nix
blob: eae567015b7362f8a6664b925be7c7ea6f733707 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                        
{ config, pkgs, ... }:

let machine = throw "Pick a machine from ./machines"; in
{
  imports =
    [
      /etc/nixos/hardware-configuration.nix
      ./modules/common.nix
      machine
    ];
}