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