mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
11 lines
142 B
Nix
11 lines
142 B
Nix
{ config, lib, ... }:
|
|
{
|
|
services.freshrss = {
|
|
enable = true;
|
|
language = "fr";
|
|
database = {
|
|
type = "sqlite";
|
|
};
|
|
};
|
|
}
|