mio-ops/networks/linode-encrypted.nix

10 lines
153 B
Nix
Raw Normal View History

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