2020-06-25 01:30:13 +00:00
|
|
|
# NixOps configuration for pàidh-dha
|
|
|
|
|
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2021-03-03 06:37:08 +00:00
|
|
|
../networks/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
|
|
|
|
}
|