mio-ops/hosts/paidh-dha.nix

17 lines
401 B
Nix
Raw Normal View History

2020-06-25 01:30:13 +00:00
# NixOps configuration for pàidh-dha
{ config, pkgs, lib, ... }:
{
imports = [
../clusters/pi3B_rack.nix
2021-03-03 05:52:21 +00:00
../profiles/transmission.nix
2020-06-25 01:30:13 +00:00
];
# 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
}