715e772667
(cherry picked from commit 55d97862890350a3cc069d547114c1a880f2e583)
6 lines
110 B
Nix
6 lines
110 B
Nix
{ config, pkgs, modulesPath, ... }:
|
|
|
|
{
|
|
imports = [ "${modulesPath}/virtualisation/brightbox-image.nix" ];
|
|
}
|