From d7b6bffb2ba4cdf2ed134c640caefb1428dbf9da Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 18 Feb 2025 19:17:57 +0300 Subject: [PATCH] enable waydroid --- hosts/ymir/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index ea87433..35e493f 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -38,6 +38,8 @@ inherit config pkgs; }; + services.waydroid.enable = true; + # Enable networking networking.networkmanager.enable = true;