feat: enable mips emulation
This commit is contained in:
parent
a63b32f075
commit
d0dec02c53
|
@ -60,7 +60,7 @@
|
|||
nvd
|
||||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux" "mips-linux"];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
||||
|
|
Loading…
Reference in a new issue