mio-ops/hosts/paidh-dha.nix
2021-03-03 16:37:08 +10:00

17 lines
401 B
Nix

# NixOps configuration for pàidh-dha
{ config, pkgs, lib, ... }:
{
imports = [
../networks/pi3B_rack.nix
../profiles/transmission.nix
];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.69.0.202";
networking.hostName = "paidh-dha"; # Define your hostname.
system.stateVersion = "19.09"; # The version of NixOS originally installed
}