mio-ops/clusters/linode-encrypted.nix
2020-05-12 13:57:45 +10:00

12 lines
169 B
Nix

# NixOps configuration for the Linode VMs
{ config, pkgs, lib, ... }:
{
imports =
[
../hardware/linode_vm-encrypted.nix
./linode-common.nix
];
}