From a6ecfec5e8401c10ab8bbddc39cd203b7c0eeac7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 13:53:45 +0200 Subject: Create entry point configuration for satoshipad --- machines/satoshipad.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 machines/satoshipad.nix (limited to 'machines/satoshipad.nix') diff --git a/machines/satoshipad.nix b/machines/satoshipad.nix new file mode 100644 index 0000000..40fa3c7 --- /dev/null +++ b/machines/satoshipad.nix @@ -0,0 +1,11 @@ +{ config, pkgs, ... }: + +{ + imports = [ + ./hardware-configuration.nix + ]; + + networking.hostName = "satoshipad"; + + system.stateVersion = "17.03"; +} -- cgit 1.4.1