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