clightning: watchtower: do not hide the tower data directory

This commit is contained in:
Otto Sabart 2023-11-22 21:00:00 +01:00
parent 000b1d44f9
commit c60edaa84a
No known key found for this signature in database
GPG Key ID: 823BAE99F8BE1E3C

View File

@ -19,7 +19,7 @@ let cfg = config.services.clightning.plugins.teos-watchtower; in
};
dataDir = mkOption {
type = types.path;
default = "${config.services.clightning.dataDir}/.watchtower";
default = "${config.services.clightning.dataDir}/watchtower";
description = mdDoc "The data directory for teos-watchtower.";
};
maxRetryTime = mkOption {