Create entry point configuration for satoshipad
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"; +}