Merge pull request #110680 from helsinki-systems/amuled_types

This commit is contained in:
Sandro 2021-01-24 13:52:02 +01:00 committed by GitHub
commit 513a3ea665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ in
}; };
dataDir = mkOption { dataDir = mkOption {
type = types.str;
default = ''/home/${user}/''; default = ''/home/${user}/'';
description = '' description = ''
The directory holding configuration, incoming and temporary files. The directory holding configuration, incoming and temporary files.
@ -31,6 +32,7 @@ in
}; };
user = mkOption { user = mkOption {
type = types.nullOr types.str;
default = null; default = null;
description = '' description = ''
The user the AMule daemon should run as. The user the AMule daemon should run as.