Added pi-ceithir

This commit is contained in:
Serĉanto de Scio 2019-12-09 16:20:38 +10:00
parent 86589ac4a3
commit e5a598f794
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 10 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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
} }