mio-ops/networks/linode-encrypted.nix

10 lines
153 B
Nix
Raw Normal View History

2020-05-12 03:57:45 +00:00
# NixOps configuration for the Linode VMs
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
lib,
...
}: {
imports = [../hardware/linode_vm-encrypted.nix ./linode-common.nix];
2020-05-12 03:57:45 +00:00
}