# 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.212"; networking.hostName = "buaidheach"; # Define your hostname. system.stateVersion = "22.05"; # The version of NixOS originally installed }