1
0
Fork 0

Services: finish setting up FreshRSS

This commit is contained in:
Aires 2024-12-02 19:45:04 +00:00
parent 9d23692cf9
commit 052fb00606
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ in
}; };
path = config.aux.system.corePackages; path = config.aux.system.corePackages;
script = '' script = ''
/run/current-system/sw/bin/nixos-operations-script --operation build --hostname Khanda /run/current-system/sw/bin/nixos-operations-script --operation build --hostname Khanda --flake ${config.secrets.nixConfigFolder}
''; '';
}; };
systemd.timers."build-hosts" = { systemd.timers."build-hosts" = {

View file

@ -43,7 +43,7 @@ in
services = { services = {
freshrss = { freshrss = {
enable = true; enable = true;
baseUrl = cfg.url; baseUrl = "https://${cfg.url}";
dataDir = cfg.home; dataDir = cfg.home;
defaultUser = cfg.auth.user; defaultUser = cfg.auth.user;
passwordFile = pkgs.writeText "rss-defaultpassword" '' passwordFile = pkgs.writeText "rss-defaultpassword" ''