This commit is contained in:
death916 2025-11-21 03:58:26 -08:00
parent f3b53b61d2
commit 5acf7215ba

View file

@ -15,7 +15,7 @@ in
enable = lib.mkEnableOption "C2C Scraper Service";
dataDir = lib.mkOption {
type = lib.types.Path;
type = lib.types.path;
default = "/var/lib/c2cscrape";
description = "Directory where episodes will be saved.";
};