mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: comment out bootloader as that's not required apparently??
This commit is contained in:
parent
cc566fed4f
commit
e110052eea
1 changed files with 7 additions and 6 deletions
|
|
@ -39,10 +39,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
boot = {
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
};
|
||||
#boot = {
|
||||
# loader.grub = {
|
||||
# enable = true;
|
||||
# device = "/dev/sda";
|
||||
# useOSProber = true;
|
||||
# };
|
||||
#};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue