nixos/atticd: fix user and group documentation mixup (#418810)

This commit is contained in:
Felix Bargfeldt
2025-06-21 22:32:09 +02:00
committed by GitHub
+2 -2
View File
@@ -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";