From c0b05bb3f98e23f27aa6838cd823869e77877e98 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 18 Feb 2025 19:19:11 +0300 Subject: [PATCH] enable waydroid hotfix --- hosts/ymir/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 35e493f..5ebfa6a 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -38,7 +38,7 @@ inherit config pkgs; }; - services.waydroid.enable = true; + virtualisation.waydroid.enable = true; # Enable networking networking.networkmanager.enable = true;