all repos — archive/nixos-configuration @ a6ecfec5e8401c10ab8bbddc39cd203b7c0eeac7

Superseded by nixfiles

Create entry point configuration for satoshipad

Alan Pearce
commit

a6ecfec5e8401c10ab8bbddc39cd203b7c0eeac7

parent

91f87892e27abee249e331e5dd5997ac7f69cd2d

1 file 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"; +}