diff options
author | Alan Pearce | 2017-09-09 14:05:41 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-09 14:05:41 +0200 |
commit | d5e8695fa082b59de9807cc27af47d90c519ac55 (patch) | |
tree | 7c2bfbf95c8207baa6038bce7997ba54e16c9273 /machines | |
parent | beeb65621be5ccecb06c5994696599a282530625 (diff) | |
download | nixos-configuration-d5e8695fa082b59de9807cc27af47d90c519ac55.tar.lz nixos-configuration-d5e8695fa082b59de9807cc27af47d90c519ac55.tar.zst nixos-configuration-d5e8695fa082b59de9807cc27af47d90c519ac55.zip |
Move entry point configs to root directory
Diffstat (limited to 'machines')
-rw-r--r-- | machines/satoshipad.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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"; -} |