Added paidh-dha

This commit is contained in:
Craige McWhirter 2020-06-25 11:30:13 +10:00
parent 8fa341fa18
commit 82d69c58f5
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

16
hosts/paidh-dha.nix Normal file
View file

@ -0,0 +1,16 @@
# NixOps configuration for pàidh-dha
{ config, pkgs, lib, ... }:
{
imports = [
../clusters/pi3B_rack.nix
../roles/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
}