This website requires JavaScript.
Explore
Help
Sign In
nix-community
/
nixos-generators
Watch
1
Star
1
Fork
0
You've already forked nixos-generators
mirror of
https://github.com/nix-community/nixos-generators.git
synced
2024-11-22 18:24:59 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
15a87ccb45
nixos-generators
/
formats
/
vm-bootloader.nix
8 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
reformat all files
2023-05-29 10:35:13 +03:00
{
modulesPath
,
.
.
.
}:
{
feat: add vm-bootloader target referencing vmWithBootLoader Co-authored-by: Lassulus <github@lassul.us>
2020-07-29 08:48:23 +03:00
imports
=
[
./vm.nix
]
;
virtualisation
.
useBootLoader
=
true
;
}
Reference in New Issue
Copy Permalink