Added jormungandr-stake
This commit is contained in:
parent
9bfbb83dab
commit
f912789cd8
17
Deployments/jormungandr-stake.nix
Normal file
17
Deployments/jormungandr-stake.nix
Normal 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
|
||||
];
|
||||
|
||||
}
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../Deployments/jormungandr-stake.nix
|
||||
];
|
||||
|
||||
deployment.targetHost = "10.69.0.204";
|
||||
|
||||
networking.hostName = "pi-ceithir"; # Define your hostname.
|
||||
|
|
Loading…
Reference in a new issue