mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
hp fixes
This commit is contained in:
parent
c05dec3bcc
commit
8f0b8c3271
1 changed files with 4 additions and 1 deletions
|
|
@ -68,12 +68,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
devices = [ "nodev" ];
|
devices = [ "nodev" ];
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
|
efiInstallAsRemovable = true; # HP Z230 UEFI ignores custom boot entries
|
||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
splashImage = null;
|
splashImage = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = false; # Not needed with efiInstallAsRemovable
|
||||||
|
efiSysMountPoint = "/boot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -82,6 +84,7 @@
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
htop
|
htop
|
||||||
|
dmidecode
|
||||||
];
|
];
|
||||||
|
|
||||||
security.sudo = {
|
security.sudo = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue