mio-ops/Hosts/cuallaidh.nix
2019-08-20 21:02:58 +10:00

21 lines
381 B
Nix

# 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
};
}