From d5e8695fa082b59de9807cc27af47d90c519ac55 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 14:05:41 +0200 Subject: Move entry point configs to root directory --- satoshipad.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 satoshipad.nix (limited to 'satoshipad.nix') diff --git a/satoshipad.nix b/satoshipad.nix new file mode 100644 index 0000000..ff3a104 --- /dev/null +++ b/satoshipad.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: + +{ + imports = [ + ./hardware-configuration.nix + ./modules/grub2.nix + ]; + + networking.hostName = "satoshipad"; + + system.stateVersion = "17.03"; +} -- cgit 1.4.1