remove trailing slash from dataDir

This commit is contained in:
Aaron Bieber 2024-03-31 14:53:13 -06:00
parent 5876edbb07
commit 7517cccae9
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ in {
dataDir = mkOption {
type = types.path;
default = "/var/lib/kogs/";
default = "/var/lib/kogs";
description = "Path kogs will use to store the database";
};