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

View File

@@ -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.