mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 01:11:02 +03:00
Fix user type
This commit is contained in:
parent
b744fee880
commit
9a7f38040b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ with lib;
|
|||
};
|
||||
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
type = types.nullOr types.str;
|
||||
description = lib.mdDoc ''
|
||||
User under which to run the service. If null, will use a systemd dynamic user.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue