mio-ops/hosts/airgead.nix
Craige McWhirter c88e445bbd
Added airgear
2020-05-12 14:00:32 +10:00

22 lines
415 B
Nix

# NixOps configuration for airgead
{ config, pkgs, lib, ... }:
{
imports =
[
../clusters/linode-encrypted.nix
];
deployment.targetHost = "172.105.184.221";
networking.hostName = "airgead"; # Define your hostname.
nix.nixPath = [
"nixpkgs=https://nixos.org/channels/nixos-20.03/nixexprs.tar.xz"
];
system.stateVersion = "20.03"; # The version of NixOS originally installed
}