mio-ops/hosts/airgead.nix
Craige McWhirter 0b85ed20e8
Unified nixPath
2020-06-23 12:31:05 +10:00

20 lines
384 B
Nix

# NixOps configuration for airgead
{ config, pkgs, lib, ... }:
{
imports =
[
../clusters/linode-encrypted.nix
../roles/cardano-node.nix
../roles/monitoring.nix
];
deployment.targetHost = "172.105.184.221";
networking.hostName = "airgead"; # Define your hostname.
system.stateVersion = "20.03"; # The version of NixOS originally installed
}