mio-ops/hosts/paidh-dha.nix

18 lines
422 B
Nix
Raw Normal View History

2020-06-25 01:30:13 +00:00
# NixOps configuration for pàidh-dha
{ config, pkgs, lib, ... }:
{
imports = [
../networks/pi3B_rack.nix
2021-05-31 22:35:51 +00:00
../profiles/transmission.nix
../secrets/transmission.nix
2020-06-25 01:30:13 +00:00
];
# Comment out deployment when building the SD Image.
2021-05-30 09:47:03 +00:00
deployment.targetHost = "10.42.0.202";
2021-11-16 04:57:23 +00:00
networking.hostName = "paidh-dha"; # Define your hostname.
2020-06-25 01:30:13 +00:00
2021-11-16 04:57:23 +00:00
system.stateVersion = "20:09"; # The version of NixOS originally installed
2020-06-25 01:30:13 +00:00
}