Merge pull request #110680 from helsinki-systems/amuled_types
This commit is contained in:
commit
513a3ea665
@ -24,6 +24,7 @@ in
|
||||
};
|
||||
|
||||
dataDir = mkOption {
|
||||
type = types.str;
|
||||
default = ''/home/${user}/'';
|
||||
description = ''
|
||||
The directory holding configuration, incoming and temporary files.
|
||||
@ -31,6 +32,7 @@ in
|
||||
};
|
||||
|
||||
user = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = ''
|
||||
The user the AMule daemon should run as.
|
||||
|
Loading…
Reference in New Issue
Block a user