diff options
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"; -} |