From ea9e37e49739aa7872ab0f525ad3e54db3e982f2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 25 Oct 2022 09:28:12 -0500 Subject: [PATCH] disable waydroid --- README.org | 4 ++-- system/kaladin/configuration.nix | 2 +- system/syl/configuration.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 4b5fea3..869e821 100644 --- a/README.org +++ b/README.org @@ -676,7 +676,7 @@ Notice how I am including all of my software here. It may be a big file, but hav }; security.pam.services.sddm.enableKwallet = true; - virtualisation.waydroid.enable = true; + # virtualisation.waydroid.enable = true; # <> @@ -896,7 +896,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a }; security.pam.services.sddm.enableKwallet = true; - virtualisation.waydroid.enable = true; + # virtualisation.waydroid.enable = true; # services.ethminer = { # enable = true; diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index c13269d..7a5a40e 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -170,7 +170,7 @@ }; security.pam.services.sddm.enableKwallet = true; - virtualisation.waydroid.enable = true; + # virtualisation.waydroid.enable = true; # services.ethminer = { # enable = true; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 788405f..9941cdf 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -196,7 +196,7 @@ }; security.pam.services.sddm.enableKwallet = true; - virtualisation.waydroid.enable = true; + # virtualisation.waydroid.enable = true; # nixpkgs.config.firefox.enableTridactyl = true;