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