summary refs log tree commit diff stats
path: root/satoshipad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'satoshipad.nix')
-rw-r--r--satoshipad.nix12
1 files changed, 12 insertions, 0 deletions
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";
+}