From 99b19d42f27b0b92e03be65dc2a1231c3414eaae Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 11 Aug 2023 20:04:19 +0200 Subject: [PATCH] fix(waydroid): turn off waydroid for now I need to learn how to actually disable it so that nothing is running in the background --- hosts/niks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/niks/default.nix b/hosts/niks/default.nix index e438475..5b71d54 100644 --- a/hosts/niks/default.nix +++ b/hosts/niks/default.nix @@ -6,6 +6,6 @@ _: { #./mullvad.nix ./pipewire.nix ./ssh - ./waydroid.nix + #./waydroid.nix ]; }