# NixOps configuration for cuallaidh { cuallaidh = { config, pkgs, lib, ... }: { imports = [ ../Deployments/hydra.nix ]; deployment.targetHost = "172.105.197.118"; networking.hostName = "cuallaidh"; # Define your hostname. system.stateVersion = "19.03"; # The version of NixOS originally installed }; }