feat: add vm-bootloader target referencing vmWithBootLoader

Co-authored-by: Lassulus <github@lassul.us>
This commit is contained in:
Maciej Krüger 2020-07-29 07:48:23 +02:00
parent d2db6ad1dc
commit 0614e1bbe1
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -0,0 +1,8 @@
{ modulesPath, ... }:
{
imports = [
./vm.nix
];
virtualisation.useBootLoader = true;
}