WIP: Switch to NixOS #5
1 changed files with 2 additions and 6 deletions
|
@ -31,12 +31,8 @@
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
grub = {
|
systemd-boot.enable = true;
|
||||||
enable = true;
|
timeout = 0;
|
||||||
efiSupport = true;
|
|
||||||
device = "nodev";
|
|
||||||
timeoutStyle = "hidden";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue