added freshrss feed reader.

This commit is contained in:
Gabe Venberg 2025-10-07 14:37:47 +02:00
parent fb79f56933
commit 98b41e72a1
4 changed files with 49 additions and 3 deletions

View file

@ -22,6 +22,7 @@ inputs.nixpkgs.lib.nixosSystem {
../../configs/nixos/radicale.nix
../../configs/nixos/forgejo.nix
../../configs/nixos/homepage.nix
../../configs/nixos/freshrss.nix
({
config,
pkgs,
@ -58,6 +59,10 @@ inputs.nixpkgs.lib.nixosSystem {
format = "binary";
owner = config.services.nginx.user;
};
freshrss-password = {
sopsFile = "${inputs.nix-secrets}/freshrss.yaml";
owner = config.services.freshrss.user;
};
};
};
home-manager.users.${config.host.details.user} = {