all repos — nixfiles @ a6ecfec5e8401c10ab8bbddc39cd203b7c0eeac7

System and user configuration, managed by nix and home-manager

Create entry point configuration for satoshipad
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 13:53:45 +0200
commit

a6ecfec5e8401c10ab8bbddc39cd203b7c0eeac7

parent

91f87892e27abee249e331e5dd5997ac7f69cd2d

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
A machines/satoshipad.nix
@@ -0,0 +1,11 @@+{ config, pkgs, ... }:
+
+{
+  imports = [
+    ./hardware-configuration.nix
+  ];
+
+  networking.hostName = "satoshipad";
+
+  system.stateVersion = "17.03";
+}