mio-ops/hosts/paidh-aon.nix

16 lines
356 B
Nix
Raw Permalink Normal View History

2020-09-18 12:56:00 +00:00
# NixOps configuration for pàidh-aon
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
lib,
...
}: {
imports = [../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";
2021-11-16 04:57:23 +00:00
networking.hostName = "paidh-aon"; # Define your hostname.
2020-09-18 12:56:00 +00:00
2021-11-16 04:57:23 +00:00
system.stateVersion = "20.03"; # The version of NixOS originally installed
2020-09-18 12:56:00 +00:00
}