Add x86 emulation for alastor

This commit is contained in:
xqtc161 2024-07-02 08:28:11 +02:00
parent 0339588178
commit 0a37f4e4d2

View file

@ -29,6 +29,8 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;
boot.binfmt.emulatedSystems = ["x86_64-linux"];
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
virtualisation.docker.autoPrune.enable = true; virtualisation.docker.autoPrune.enable = true;
virtualisation.docker.autoPrune.dates = "daily"; virtualisation.docker.autoPrune.dates = "daily";