mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixos/atticd: fix user and group documentation mixup
(cherry picked from commit db7efc1412)
This commit is contained in:
committed by
github-actions[bot]
parent
6a605b50d1
commit
9478be0f88
@@ -86,7 +86,7 @@ in
|
||||
|
||||
user = lib.mkOption {
|
||||
description = ''
|
||||
The group under which attic runs.
|
||||
The user under which attic runs.
|
||||
'';
|
||||
type = types.str;
|
||||
default = "atticd";
|
||||
@@ -94,7 +94,7 @@ in
|
||||
|
||||
group = lib.mkOption {
|
||||
description = ''
|
||||
The user under which attic runs.
|
||||
The group under which attic runs.
|
||||
'';
|
||||
type = types.str;
|
||||
default = "atticd";
|
||||
|
||||
Reference in New Issue
Block a user