mio-ops/hosts/paidh-ceithir.nix
2020-03-10 07:40:19 +10:00

23 lines
515 B
Nix

# NixOps configuration for pi-ceithir
{ config, pkgs, lib, ... }:
{
imports = [
../clusters/pi3B_rack.nix
];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.69.0.204";
networking.hostName = "paidh-ceithir"; # Define your hostname.
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
}