added freshrss feed reader.
This commit is contained in:
parent
fb79f56933
commit
98b41e72a1
4 changed files with 49 additions and 3 deletions
|
@ -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} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue