1
0
Fork 0

hosts/krypton: enable binfmt virt for aarch64-linux

This commit is contained in:
clerie 2023-10-25 18:25:15 +02:00
parent 2150b4bfb0
commit 36e6d96d2c
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@
networking.hostName = "krypton";
boot.binfmt.emulatedSystems = [
"aarch64-linux"
];
system.stateVersion = "23.05";
}