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