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

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