mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-29 15:04:11 +03:00
9 lines
98 B
Nix
9 lines
98 B
Nix
|
{ modulesPath, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./vm.nix
|
||
|
];
|
||
|
|
||
|
virtualisation.useBootLoader = true;
|
||
|
}
|