6 lines
96 B
Nix
6 lines
96 B
Nix
{ modulesPath, ... }:
|
|
|
|
{
|
|
imports = [ "${modulesPath}/virtualisation/brightbox-image.nix" ];
|
|
}
|