mio-ops/networks/linode-encrypted.nix
2021-11-16 17:53:38 +10:00

8 lines
149 B
Nix

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