mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:16:50 +01:00
add other binfmt config
This commit is contained in:
parent
9d2b7bf618
commit
ecd4e363a0
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
||||||
boot.binfmt.emulatedSystems = [
|
boot.binfmt.emulatedSystems = [
|
||||||
"riscv64-linux"
|
"riscv64-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
"armv6l-linux"
|
||||||
];
|
];
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue