Added pi-tri
This commit is contained in:
parent
c84d514a5e
commit
86589ac4a3
|
@ -14,5 +14,6 @@
|
|||
};
|
||||
|
||||
cuallaidh = import ../hosts/cuallaidh.nix;
|
||||
pi-tri = import hosts/pi-tri.nix;
|
||||
|
||||
}
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
#../Deployments/gitea_home.nix
|
||||
#../secrets/gitea_home.nix
|
||||
../clusters/pi3B_rack.nix
|
||||
];
|
||||
|
||||
deployment.targetHost = "10.69.0.203";
|
||||
networking.hostName = "pi-tri"; # Define your hostname.
|
||||
|
||||
# File systems unique to this host:
|
||||
|
@ -23,4 +23,10 @@
|
|||
nix-zsh-completions # ZSH completions for Nix, NixOS, and NixOps
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue