Open Issues Need Help
View All on GitHub Persist `ulimit` settings in macOS 2 months ago
AI Summary: Implement a home-manager launchd module for macOS to persistently set ulimit -s, integrating it into the NixOne setup script. The module should be disabled by default in the underlying template but enabled in NixOne for Juspay users, eliminating manual configuration steps and resolving linker errors.
Complexity:
4/5
good first issue
home-manager prefers `$USER` over `id -un` 3 months ago
AI Summary: The task is to fix a bug in the `nixone` script where home-manager uses the `$USER` environment variable instead of the correct username obtained from `id -un`. The solution involves setting the `USER` environment variable to the output of `id -un` before activating the home-manager configuration within the `nixone` script.
Complexity:
3/5
good first issue