mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
10 lines
134 B
Nix
10 lines
134 B
Nix
{ lib, ... }:
|
|
{
|
|
services.freshrss = {
|
|
enable = true;
|
|
language = "fr";
|
|
database = {
|
|
type = "sqlite";
|
|
};
|
|
};
|
|
}
|