summary refs log tree commit diff
path: root/nixos/modules/virtualisation/nova-config.nix
blob: f8239cdec51997097ee54dcfdbeb06c7c5b5617c (plain) (blame)
1
2
3
4
5
{ config, pkgs, modulesPath, ... }:

{
  imports = [ "${modulesPath}/virtualisation/nova-image.nix" ];
}