leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 88cdf053d0 - Show all commits

View File

@ -33,7 +33,7 @@ lib.mkMerge [
];
};
hardware.enableRedistributableFirmware = true;
hardware.enableRedistributableFirmware = lib.mkDefault true;
i18n = {
defaultLocale = "en_US.UTF-8";

View File

@ -78,6 +78,8 @@ in
"mitigations=off"
];
hardware.enableRedistributableFirmware = false;
microvm = {
hypervisor = lib.mkDefault "cloud-hypervisor";
mem = lib.mkDefault 512;