2020-09-18 12:56:00 +00:00
|
|
|
# NixOps configuration for pàidh-aon
|
|
|
|
|
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2021-03-03 06:37:08 +00:00
|
|
|
../networks/pi2B_rack.nix
|
2020-09-18 12:56:00 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
# Comment out deployment when building the SD Image.
|
|
|
|
#deployment.targetHost = "10.69.0.201";
|
|
|
|
networking.hostName = "paidh-aon"; # Define your hostname.
|
|
|
|
|
|
|
|
system.stateVersion = "20.03"; # The version of NixOS originally installed
|
|
|
|
}
|