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