mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a Windows boot entry
This commit is contained in:
parent
646d3f35aa
commit
a278c49f32
@ -2,8 +2,14 @@
|
|||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 2;
|
configurationLimit = 2;
|
||||||
|
extraEntries = {
|
||||||
|
"winslop.conf" = ''
|
||||||
|
title Winslop
|
||||||
|
efi /EFI/Microsoft/Boot/bootmgfw.efi
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user