mio-ops/hosts/buaidheach.nix

20 lines
429 B
Nix

# NixOps configuration for buaidheach
{
config,
pkgs,
lib,
...
}: {
imports = [
../networks/pi3B_rack.nix
../profiles/transmission.nix
../secrets/transmission.nix
];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.202";
networking.hostName = "buaidheach"; # Define your hostname.
system.stateVersion = "22.05"; # The version of NixOS originally installed
}