global/security: enable restributable firmware globally

Also enable AMD microcode updates based on redistributable firmware
being enabled
This commit is contained in:
Infinidoge 2023-07-20 20:51:06 -04:00
parent dcf22f2da3
commit 414f8b6030
2 changed files with 5 additions and 3 deletions

View file

@ -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