still no working freshrss, change lappy to Europe/London

This commit is contained in:
chaos 2024-04-05 19:38:15 +02:00
parent 9cf2143484
commit 5871b17c01
No known key found for this signature in database
3 changed files with 2 additions and 4 deletions

View file

@ -67,8 +67,6 @@ in {
# Forward the Authorization header for the Google Reader API. # Forward the Authorization header for the Google Reader API.
proxy_set_header Authorization $http_authorization; proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization; proxy_pass_header Authorization;
proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Lax";
''; '';
}; };
}; };

View file

@ -4,7 +4,7 @@ in {
services.freshrss = { services.freshrss = {
enable = true; enable = true;
defaultUser = "chaos"; defaultUser = "chaos";
baseUrl = "https://freshrss.owo.monster"; baseUrl = "127.0.0.1";
virtualHost = "127.0.0.1"; virtualHost = "127.0.0.1";
passwordFile = secrets.chaos_password.path; passwordFile = secrets.chaos_password.path;
}; };

View file

@ -42,7 +42,7 @@
networking.firewall.allowedTCPPorts = [8088]; networking.firewall.allowedTCPPorts = [8088];
networking.hostName = "lappy-surface"; networking.hostName = "lappy-surface";
time.timeZone = "Europe/Vienna"; time.timeZone = "Europe/London";
system.stateVersion = "23.05"; system.stateVersion = "23.05";
} }