niksos/hosts/niks/waydroid.nix

10 lines
128 B
Nix

{
config,
pkgs,
...
}: {
virtualisation = {
waydroid.enable = true;
lxd.enable = true;
};
}