This commit is contained in:
Grigory Shipunov 2022-10-29 20:38:12 +02:00
parent 96095790cd
commit 3884eb2f82
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
9 changed files with 162 additions and 7 deletions

View file

@ -3,6 +3,7 @@
{
environment.systemPackages = with pkgs; [
virt-manager
bridge-utils
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];