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 = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 2;
|
||||
enable = true;
|
||||
configurationLimit = 2;
|
||||
extraEntries = {
|
||||
"winslop.conf" = ''
|
||||
title Winslop
|
||||
efi /EFI/Microsoft/Boot/bootmgfw.efi
|
||||
'';
|
||||
};
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user