Added pi-tri

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

View file

@ -14,5 +14,6 @@
}; };
cuallaidh = import ../hosts/cuallaidh.nix; cuallaidh = import ../hosts/cuallaidh.nix;
pi-tri = import hosts/pi-tri.nix;
} }

View file

@ -4,10 +4,10 @@
{ {
imports = [ imports = [
#../Deployments/gitea_home.nix ../clusters/pi3B_rack.nix
#../secrets/gitea_home.nix
]; ];
deployment.targetHost = "10.69.0.203";
networking.hostName = "pi-tri"; # Define your hostname. networking.hostName = "pi-tri"; # Define your hostname.
# File systems unique to this host: # File systems unique to this host:
@ -23,4 +23,10 @@
nix-zsh-completions # ZSH completions for Nix, NixOS, and NixOps nix-zsh-completions # ZSH completions for Nix, NixOS, and NixOps
nixops # NixOS cloud provisioning and deployment tool nixops # NixOS cloud provisioning and deployment tool
]; ];
nix.nixPath = [
"nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"
];
system.stateVersion = "19.09"; # The version of NixOS originally installed
} }