dotfiles/defaults/tt-rss/default.nix

10 lines
147 B
Nix

{ config, lib, pkgs, ... }:
{
services.tt-rss = {
enable = true;
sessionCookieLifetime = 0;
database = { type = "pgsql"; };
};
}