1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-28 03:56:48 +03:00
nixpkgs/modules/virtualisation/nova-config.nix

6 lines
105 B
Nix
Raw Normal View History

{ config, pkgs, modulesPath, ... }:
{
require = [ "${modulesPath}/virtualisation/nova-image.nix" ];
}