mio-ops/hosts/airgead.nix
2021-11-16 17:53:38 +10:00

19 lines
359 B
Nix

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