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

{
  imports = [
    ./hardware-configuration.nix
  ];

  networking.hostName = "satoshipad";

  system.stateVersion = "17.03";
}