mio-ops/hosts/airgead.nix

19 lines
359 B
Nix
Raw Normal View History

2020-05-12 04:00:32 +00:00
# NixOps configuration for airgead
{ config, pkgs, lib, ... }:
{
2021-11-16 04:57:23 +00:00
imports = [
../networks/linode.nix
../profiles/cardano-node.nix
../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
2021-11-16 04:57:23 +00:00
networking.hostName = "airgead"; # Define your hostname.
2020-05-12 04:00:32 +00:00
2021-11-16 04:57:23 +00:00
system.stateVersion = "20.03"; # The version of NixOS originally installed
2020-05-12 04:00:32 +00:00
}