Services: finish setting up FreshRSS
This commit is contained in:
parent
9d23692cf9
commit
052fb00606
|
@ -71,7 +71,7 @@ in
|
|||
};
|
||||
path = config.aux.system.corePackages;
|
||||
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" = {
|
||||
|
|
|
@ -43,7 +43,7 @@ in
|
|||
services = {
|
||||
freshrss = {
|
||||
enable = true;
|
||||
baseUrl = cfg.url;
|
||||
baseUrl = "https://${cfg.url}";
|
||||
dataDir = cfg.home;
|
||||
defaultUser = cfg.auth.user;
|
||||
passwordFile = pkgs.writeText "rss-defaultpassword" ''
|
||||
|
|
Loading…
Reference in a new issue