2020-05-12 04:00:32 +00:00
|
|
|
# NixOps configuration for airgead
|
|
|
|
{
|
2022-03-07 14:26:15 +00:00
|
|
|
config,
|
2024-08-25 14:57:23 +00:00
|
|
|
inputs,
|
2022-03-07 14:26:15 +00:00
|
|
|
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
|
2021-11-16 04:57:23 +00:00
|
|
|
];
|
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
|
|
|
}
|