Skip to content

Commit

Permalink
Merge pull request #1622 from dawidd6/patch-1
Browse files Browse the repository at this point in the history
doc/installing: mention incus group on NixOS
  • Loading branch information
stgraber authored Feb 2, 2025
2 parents 663ea95 + 8d00c66 commit eea76f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ Finally, you can add users to the `incus-admin` group to provide non-root access
users.users.YOUR_USERNAME.extraGroups = ["incus-admin"];
Instead of giving the users a full Incus daemon access, you can add users to the `incus` group, which will only grant access to the Incus user socket. In your NixOS configuration:
users.users.YOUR_USERNAME.extraGroups = ["incus"];
For any NixOS specific issues, please [file an issue](https://github.com/NixOS/nixpkgs/issues/new/choose) in the package repository.
```
Expand Down

0 comments on commit eea76f8

Please sign in to comment.