summary refs log tree commit diff stats
path: root/satoshipad.nix
blob: 9d1cbe693ef1ec72692a38548746efcec3e87702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ config, pkgs, ... }:

{
  imports = [
    ./hardware-configuration.nix
    ./modules/grub2.nix
    ./modules/laptop.nix
    ./modules/thinkpad.nix
  ];

  networking.hostName = "satoshipad";

  system.stateVersion = "17.03";
}