remove trailing slash from dataDir
This commit is contained in:
parent
5876edbb07
commit
7517cccae9
@ -39,7 +39,7 @@ in {
|
|||||||
|
|
||||||
dataDir = mkOption {
|
dataDir = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/var/lib/kogs/";
|
default = "/var/lib/kogs";
|
||||||
description = "Path kogs will use to store the database";
|
description = "Path kogs will use to store the database";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user