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