mio-ops/Hosts/cuallaidh.nix

21 lines
381 B
Nix
Raw Normal View History

2019-07-02 01:35:00 +00:00
# NixOps configuration for cuallaidh
{
cuallaidh =
{ config, pkgs, lib, ... }:
{
2019-08-20 11:02:58 +00:00
imports =
[
../Deployments/hydra.nix
];
2019-07-02 01:35:00 +00:00
deployment.targetHost = "172.105.197.118";
2019-08-20 11:02:58 +00:00
networking.hostName = "cuallaidh"; # Define your hostname.
system.stateVersion = "19.03"; # The version of NixOS originally installed
2019-07-02 01:35:00 +00:00
};
}