enable waydroid
This commit is contained in:
@ -302,13 +302,17 @@
|
|||||||
gnome.gnome-online-accounts.enable = true; # Probably Gnome enables this
|
gnome.gnome-online-accounts.enable = true; # Probably Gnome enables this
|
||||||
};
|
};
|
||||||
|
|
||||||
# Docker
|
virtualisation = {
|
||||||
virtualisation.docker = {
|
docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd = { enable = true; };
|
libvirtd.enable = true;
|
||||||
|
|
||||||
|
waydroid. enable = true;
|
||||||
|
lxd.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
Reference in New Issue
Block a user