feat(waydroid): add waydroid

This commit is contained in:
jacekpoz 2023-08-11 14:01:46 +02:00
parent a1c5f729ea
commit da88aeb6df
2 changed files with 10 additions and 1 deletions

View file

@ -6,6 +6,6 @@ _: {
#./mullvad.nix
./pipewire.nix
./ssh
#./wireguard
./waydroid.nix
];
}

9
hosts/niks/waydroid.nix Normal file
View file

@ -0,0 +1,9 @@
{
config,
pkgs,
}: {
virtualisation = {
waydroid.enable = true;
lxd.enable = true;
};
}