Move waydroid into the virtualization profile

This commit is contained in:
Bad 2022-09-15 23:51:28 +02:00
parent 2f728dba86
commit ef99fd18f3
2 changed files with 1 additions and 1 deletions

View file

@ -5,6 +5,7 @@
};
virtualisation.libvirtd.enable = true;
virtualisation.waydroid.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];

View file

@ -22,6 +22,5 @@
services.gvfs.enable = true;
services.udisks2.enable = true;
services.devmon.enable = true;
virtualisation.waydroid.enable = true;
boot.supportedFilesystems = [ "ntfs" ];
}