Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NixOS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Lenz
NixOS
Commits
6c98bb98
Verified
Commit
6c98bb98
authored
11 months ago
by
Nicolas Lenz
Browse files
Options
Downloads
Patches
Plain Diff
docs: update comment for subuid/subgid
parent
fdb96686
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/src/system.py
+2
-1
2 additions, 1 deletion
scripts/src/system.py
with
2 additions
and
1 deletion
scripts/src/system.py
+
2
−
1
View file @
6c98bb98
...
...
@@ -149,7 +149,8 @@ def show(path: str, show_ignored: bool) -> None:
r
"
/etc/.pwd.lock
"
,
# contains DNS config used by various programs, managed by systemd-resolved
r
"
/etc/resolv.conf
"
,
# saves subuids and subgids, I don't want this as persistent state
# saves subuid and subgid ranges, I don't want this as persistent state
# instead define using option `subUidRanges`/`subGidRanges` where desired
r
"
/etc/subgid
"
,
r
"
/etc/subuid
"
,
# auto-generated by CUPS for compatibility
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment