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 --- machines/satoshipad.nix | 12 ------------ satoshipad.nix | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 machines/satoshipad.nix create mode 100644 satoshipad.nix diff --git a/machines/satoshipad.nix b/machines/satoshipad.nix deleted file mode 100644 index ff3a104..0000000 --- a/machines/satoshipad.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = [ - ./hardware-configuration.nix - ./modules/grub2.nix - ]; - - networking.hostName = "satoshipad"; - - system.stateVersion = "17.03"; -} 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