summary refs log tree commit diff stats
path: root/machines/satoshipad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/satoshipad.nix')
-rw-r--r--machines/satoshipad.nix11
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";
+}