From 7517cccae98ac9262ccaf77a555b1eb7ec3c7b9d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 31 Mar 2024 14:53:13 -0600 Subject: [PATCH] remove trailing slash from dataDir --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 98a3cf2..54707a3 100644 --- a/module.nix +++ b/module.nix @@ -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"; };