Services: finish setting up FreshRSS
This commit is contained in:
parent
9d23692cf9
commit
052fb00606
|
@ -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" = {
|
||||||
|
|
|
@ -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" ''
|
||||||
|
|
Loading…
Reference in a new issue