about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--sys/impermanence/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/impermanence/default.nix b/sys/impermanence/default.nix
index e1eb6f7c..6f5df893 100644
--- a/sys/impermanence/default.nix
+++ b/sys/impermanence/default.nix
@@ -14,7 +14,8 @@
     ]
     ++ lib.optional config.networking.networkmanager.enable "/etc/NetworkManager"
     ++ lib.optional config.boot.lanzaboote.enable "/etc/secureboot"
-    ++ lib.optional config.hardware.bluetooth.enable "/var/lib/bluetooth";
+    ++ lib.optional config.hardware.bluetooth.enable "/var/lib/bluetooth"
+    ++ lib.optional config.virtualisation.waydroid.enable "/var/lib/waydroid";
 in {
   options.soispha.impermanence = {
     enable = lib.mkOption {