8 lines
139 B
Nix
8 lines
139 B
Nix
# NixOps configuration for the Linode VMs
|
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [ ../hardware/linode_vm.nix ./linode-common.nix ];
|
|
}
|