mio-ops/hosts/airgead.nix

20 lines
364 B
Nix
Raw Permalink Normal View History

2020-05-12 04:00:32 +00:00
# NixOps configuration for airgead
{
2022-03-07 14:26:15 +00:00
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
}