global/security: enable restributable firmware globally
Also enable AMD microcode updates based on redistributable firmware being enabled
This commit is contained in:
parent
dcf22f2da3
commit
414f8b6030
2 changed files with 5 additions and 3 deletions
|
@ -14,6 +14,11 @@ with lib;
|
|||
pam.enableSSHAgentAuth = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
enableRedistributableFirmware = mkDefault true;
|
||||
cpu.amd.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
||||
};
|
||||
|
||||
boot = {
|
||||
# Make tmp volatile, using tmpfs is speedy on SSD systems
|
||||
# Redundant on opt-in state systems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue