cleanup binfmt

This commit is contained in:
mjallen18
2025-05-18 18:50:33 -05:00
parent 39590a24f6
commit 0e43e68a94
3 changed files with 4 additions and 3 deletions

View File

@@ -170,6 +170,7 @@ in
gnomeExtensions.gsconnect
gnomeExtensions.random-wallpaper
gnomeExtensions.tiling-assistant
gnomeExtensions.user-themes
gnomeExtensions.wikiart-wallpaper
google-chrome
goverlay

View File

@@ -58,5 +58,8 @@ in
tpm2.enable = true;
};
};
# Enable binfmt emulation for ARM
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
};
}

View File

@@ -143,9 +143,6 @@
'';
};
# Enable binfmt emulation for ARM
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Virtualisation
virtualisation = {
podman = {