diff options
-rw-r--r-- | machines/satoshipad.nix | 11 |
1 files changed, 11 insertions, 0 deletions
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"; +} |