mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 20:20:33 +01:00
Add x86 emulation for alastor
This commit is contained in:
parent
0339588178
commit
0a37f4e4d2
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue