From 1979ad04e2d7daa0a86a5e540ba3625bdc2d1b40 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Thu, 28 Sep 2023 12:20:51 -0400 Subject: [PATCH] Add virualization for Boxes & Android --- nixos.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos.nix b/nixos.nix index 454dfe4..3fba61f 100644 --- a/nixos.nix +++ b/nixos.nix @@ -224,4 +224,11 @@ let systemInformation = import ./system/system-information.nix; in nix.settings.auto-optimise-store = true; nix.settings.experimental-features = ["nix-command" "flakes"]; + + # Needed for Gnome Boxes + virtualisation.libvirtd.enable = true; + virtualisation.spiceUSBRedirection.enable = true; + + # Needed for Anbox + virtualisation.waydroid.enable = true; } \ No newline at end of file