Move waydroid into the virtualization profile
This commit is contained in:
parent
2f728dba86
commit
ef99fd18f3
2 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
|
@ -22,6 +22,5 @@
|
|||
services.gvfs.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
services.devmon.enable = true;
|
||||
virtualisation.waydroid.enable = true;
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue