You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (required for NixOS setcap wrappers in /run/wrappers)
586
+
# Enable xattr, posix acl support on tmpfs
587
+
# For NixOS support
588
+
CONFIG_TMPFS_POSIX_ACL=y
589
589
CONFIG_TMPFS_XATTR=y
590
590
</code></pre></div>
591
591
<p><strong>Workflow Rules:</strong> - <strong>Do not</strong> append this as a block at the end of the file. - Search for each option individually. - If an option appears as <code># CONFIG_NAME is not set</code>, change it to <code>CONFIG_NAME=y</code>. - If an option is already set to <code>CONFIG_NAME=y</code>, leave it alone. - If an option does not exist, add it at the end.</p>
<li>Join the <ahref="https://t.me/Droidspaces" rel="noopener noreferrer">Telegram channel</a> for community support</li>
641
639
<li>Open an issue on the <ahref="https://github.com/ravindu644/Droidspaces-OSS/issues" rel="noopener noreferrer">GitHub repository</a></li>
642
640
</ol>
643
-
<divclass="doc-nav-buttons"><ahref="cool-things-you-can-do.html" class="doc-nav-btn doc-nav-prev">← Cool Things You Can Do</a><ahref="common-errors.html" class="doc-nav-btn doc-nav-next">Common Errors →</a></div>
641
+
<divclass="doc-nav-buttons"><ahref="cool-things-you-can-do.html" class="doc-nav-btn doc-nav-prev">← Cool Things You Can Do</a><ahref="community-supported-devices.html" class="doc-nav-btn doc-nav-next">Supported Devices →</a></div>
0 commit comments