Added paidh-dha
This commit is contained in:
parent
8fa341fa18
commit
82d69c58f5
16
hosts/paidh-dha.nix
Normal file
16
hosts/paidh-dha.nix
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue