mio-ops/networks/linode-encrypted.nix

8 lines
149 B
Nix
Raw Normal View History

2020-05-12 03:57:45 +00:00
# NixOps configuration for the Linode VMs
{ config, pkgs, lib, ... }:
{
2021-11-16 04:57:23 +00:00
imports = [ ../hardware/linode_vm-encrypted.nix ./linode-common.nix ];
2020-05-12 03:57:45 +00:00
}