Use types.str instead of types.string to avoid warning
This commit is contained in:
@@ -15,7 +15,7 @@ in {
|
||||
'';
|
||||
};
|
||||
clightning-datadir = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "/var/lib/clighting/";
|
||||
description = ''
|
||||
Data directory of the clightning service
|
||||
|
||||
Reference in New Issue
Block a user