mio-ops/hosts/airgead.nix

21 lines
403 B
Nix
Raw Normal View History

2020-05-12 04:00:32 +00:00
# NixOps configuration for airgead
{ config, pkgs, lib, ... }:
{
imports =
[
2020-07-30 03:00:11 +00:00
../clusters/linode.nix
2020-05-14 05:06:29 +00:00
../roles/cardano-node.nix
2020-12-31 01:56:40 +00:00
#../roles/monitoring.nix
2020-08-10 11:11:18 +00:00
../secrets/airgead.nix
2020-05-12 04:00:32 +00:00
];
2020-07-30 03:00:11 +00:00
deployment.targetHost = "172.105.187.96";
2020-05-12 04:00:32 +00:00
networking.hostName = "airgead"; # Define your hostname.
system.stateVersion = "20.03"; # The version of NixOS originally installed
}