update
This commit is contained in:
parent
d52f7c7993
commit
e5f42a7f2c
|
@ -7,9 +7,7 @@
|
|||
|
||||
boot.loader = {
|
||||
timeout = 0;
|
||||
efi = {
|
||||
canTouchEfiVariables = false;
|
||||
};
|
||||
efi.canTouchEfiVariables = false;
|
||||
grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
|
|
|
@ -2,9 +2,16 @@
|
|||
{
|
||||
networking.hostName = "laptop";
|
||||
networking.networkmanager.enable = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.timeout = 5;
|
||||
|
||||
boot.loader = {
|
||||
timeout = 0;
|
||||
efi.canTouchEfiVariables = false;
|
||||
grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
../../modules
|
||||
|
|
Loading…
Reference in a new issue