14 lines
352 B
Nix
14 lines
352 B
Nix
# NixOps configuration for pàidh-aon
|
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [ ../networks/pi2B_rack.nix ];
|
|
|
|
# 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
|
|
}
|