mio-ops/hosts/airgead/default.nix

20 lines
373 B
Nix
Raw 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 = [
2024-08-23 08:00:07 +00:00
../../networks/linode.nix
../../profiles/cardano-node.nix
../../secrets/airgead.nix
2021-11-16 04:57:23 +00:00
];
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
}