fix service.. oops!!

This commit is contained in:
Reid 2025-11-23 18:12:25 -08:00
parent 8c63434871
commit aae568b184
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -123,7 +123,11 @@
type = types.str; type = types.str;
default = "cache"; default = "cache";
}; };
ttl = mkOption { database = mkOption {
type = types.str;
default = "file:cache/cache.sqlite";
};
file_ttl = mkOption {
type = types.int; type = types.int;
default = 3600; default = 3600;
}; };