···194194 default = "+${toString config.uid}";
195195 type = lib.types.str;
196196 description = ''
197197- User name of created file.
198198- Only takes effect when the file is copied (that is, the mode is not 'symlink').
199199- Changing this option takes precedence over `uid`.
197197+ User name of file owner.
198198+199199+ Only takes effect when the file is copied (that is, the
200200+ mode is not `symlink`).
201201+202202+ When `services.userborn.enable`, this option has no effect.
203203+ You have to assign a `uid` instead. Otherwise this option
204204+ takes precedence over `uid`.
200205 '';
201206 };
202207···204209 default = "+${toString config.gid}";
205210 type = lib.types.str;
206211 description = ''
207207- Group name of created file.
208208- Only takes effect when the file is copied (that is, the mode is not 'symlink').
209209- Changing this option takes precedence over `gid`.
212212+ Group name of file owner.
213213+214214+ Only takes effect when the file is copied (that is, the
215215+ mode is not `symlink`).
216216+217217+ When `services.userborn.enable`, this option has no effect.
218218+ You have to assign a `gid` instead. Otherwise this option
219219+ takes precedence over `gid`.
210220 '';
211221 };
212222