mio-ops/hosts/paidh-tri.nix
2021-04-29 19:14:29 +10:00

23 lines
612 B
Nix

# NixOps configuration for pàidh-tri
{ config, pkgs, lib, ... }:
{
imports = [
../networks/pi3B_rack.nix
../profiles/cyclone-ibis.nix
../profiles/mcwhirter.io.nix
];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.203";
networking.hostName = "paidh-tri"; # Define your hostname.
environment.systemPackages = with pkgs; [
gnupg # GPL OpenPGP implementation
nixops # NixOS cloud provisioning and deployment tool
];
system.stateVersion = "20.09"; # The version of NixOS originally installed
}