cleanup binfmt
This commit is contained in:
@@ -170,6 +170,7 @@ in
|
|||||||
gnomeExtensions.gsconnect
|
gnomeExtensions.gsconnect
|
||||||
gnomeExtensions.random-wallpaper
|
gnomeExtensions.random-wallpaper
|
||||||
gnomeExtensions.tiling-assistant
|
gnomeExtensions.tiling-assistant
|
||||||
|
gnomeExtensions.user-themes
|
||||||
gnomeExtensions.wikiart-wallpaper
|
gnomeExtensions.wikiart-wallpaper
|
||||||
google-chrome
|
google-chrome
|
||||||
goverlay
|
goverlay
|
||||||
|
|||||||
@@ -58,5 +58,8 @@ in
|
|||||||
tpm2.enable = true;
|
tpm2.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable binfmt emulation for ARM
|
||||||
|
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -143,9 +143,6 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable binfmt emulation for ARM
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
||||||
|
|
||||||
# Virtualisation
|
# Virtualisation
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman = {
|
podman = {
|
||||||
|
|||||||
Reference in New Issue
Block a user