TiddlyPWA setup.

This commit is contained in:
2025-03-08 17:48:42 +00:00
parent 611862d5e9
commit 77ef777a3f
2 changed files with 91 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ in
path = "/data/compute/code";
read_only = true;
};
appdata = {
path = "/data/compute/appdata";
read_only = false;
};
nix-store = {
path = "/nix/store";
read_only = true;