Added pi-ceithir
This commit is contained in:
parent
86589ac4a3
commit
e5a598f794
|
@ -14,6 +14,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
cuallaidh = import ../hosts/cuallaidh.nix;
|
cuallaidh = import ../hosts/cuallaidh.nix;
|
||||||
|
pi-ceithir = import hosts/pi-ceithir.nix;
|
||||||
pi-tri = import hosts/pi-tri.nix;
|
pi-tri = import hosts/pi-tri.nix;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,21 @@
|
||||||
# NixOps configuration for pi-tri
|
# NixOps configuration for pi-ceithir
|
||||||
|
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../Deployments/jormungandr-stake.nix
|
../clusters/pi3B_rack.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
deployment.targetHost = "10.69.0.204";
|
||||||
networking.hostName = "pi-ceithir"; # Define your hostname.
|
networking.hostName = "pi-ceithir"; # Define your hostname.
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.nixPath = [
|
||||||
|
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
|
||||||
|
];
|
||||||
|
|
||||||
|
system.stateVersion = "19.09"; # The version of NixOS originally installed
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue