This commit is contained in:
4DBug
2026-02-11 20:24:05 -06:00
parent 6b7cbc4dbf
commit 90f94f7888
7 changed files with 41 additions and 15 deletions

View File

@@ -62,6 +62,11 @@
path = "/home/bug/.cloudflared";
devices = ["desktop" "laptop" "server"];
};
"Music" = {
path = (if (device == "desktop") then "/home/bug/Music" else "/run/media/bug/Music/");
devices = ["desktop" "laptop"];
};
};
};
};