Added jormungandr-stake

This commit is contained in:
Serĉanto de Scio 2019-10-16 14:13:11 +10:00
parent 9bfbb83dab
commit f912789cd8
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{ lib, config, pkgs, ... }:
{
disabledModules = [ "services/networking/jormungandr.nix" ];
imports = let
jormungandrNixSrc = builtins.fetchTarball https://github.com/input-output-hk/jormungandr-nix/archive/master.tar.gz;
in [
(import (jormungandrNixSrc + "/nixos"))
];
environment.systemPackages = with pkgs; [
jq # CLI JSON processor
];
}

View file

@ -6,7 +6,9 @@
{ {
imports = [ imports = [
../Deployments/jormungandr-stake.nix
]; ];
deployment.targetHost = "10.69.0.204"; deployment.targetHost = "10.69.0.204";
networking.hostName = "pi-ceithir"; # Define your hostname. networking.hostName = "pi-ceithir"; # Define your hostname.