mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
fix pkgs
This commit is contained in:
parent
f3b53b61d2
commit
5acf7215ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue