summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-10-10 19:38:56 +0200
committersils <sils@sils.li>2023-10-10 19:38:56 +0200
commita46a2684ad74c0ba82242e360e9aab24a9d5fb7f (patch)
treed606fea7b87e5026dad54f6fd3d768f6dfd08e63 /sys
parentfeat(hosts/thinklappi): enable waydroid (diff)
downloadnix-config-a46a2684ad74c0ba82242e360e9aab24a9d5fb7f.tar.gz
nix-config-a46a2684ad74c0ba82242e360e9aab24a9d5fb7f.zip
feat(sys/impermanence): add /var/lib/waydroid to persistent dirs
Diffstat (limited to 'sys')
-rw-r--r--sys/impermanence/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/impermanence/default.nix b/sys/impermanence/default.nix
index 8e4f019..82765db 100644
--- a/sys/impermanence/default.nix
+++ b/sys/impermanence/default.nix
@@ -12,5 +12,11 @@
       group = "root";
       mode = "0700";
     }
+    {
+      directory = "/var/lib/waydroid";
+      user = "root";
+      group = "root";
+      mode = "0700";
+    }
   ];
 }