Packaging lix for openSUSE: Documentation on nixbld group and users required by Lix? #728
Labels
No labels
Affects/CppNix
Affects/Nightly
Affects/Only nightly
Affects/Stable
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/lix ci
Area/nix-eval-jobs
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/repl/debugger
Area/store
awaiting
author
awaiting
contributors
bug
Context
contributors
Context
drive-by
Context
maintainers
Context
RFD
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
Feature/S3
imported
Language/Bash
Language/C++
Language/NixLang
Language/Python
Language/Rust
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
Topic/Large Scale Installations
ux
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lix-project/lix#728
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dear maintainers,
I now have a working build of lix 2.92.0. I installed it and could get
nix --versionto output something.However, what I am still lacking is creating the users and group required by the nix-daemon.
I found lots of things sprinkled across the code and documentation, but wanted to ask if there is a single source of truth for this?
Kind Regards,
Johannes
we don't have a whole lot of documentation, but there is [a short section in the manual(https://docs.lix.systems/manual/lix/2.92/installation/multi-user.html#build-users). you do have to create the group yourself (though you can override the name of the group the daemon will search), and fill it with as many users as you like (at least one)
Thanks for the fast reply. I saw that section and have for now added the group and 10 build users according to the sample command you gave.
I just wanted to make sure this is enough and I am not missing anything. I could successfully start the nix-daemon and add+update a channel. I could also install home-manager.
So it looks like the package works. Now I have to streamline the dependencies and see, if it is possible to get this into Tumbleweed...
10 build users is definitely enough to get something going, but it's also going to limit the number of concurrent builders to 10 (every build user can only run a single build at any given time for isolation reasons). it should be a good enough default, but it probably makes sense to make that configurable somehow.
are you continuing to have issues or is documentation missing or something? otherwise i'd close this issue