still no working freshrss, change lappy to Europe/London
This commit is contained in:
parent
9cf2143484
commit
5871b17c01
|
@ -67,8 +67,6 @@ in {
|
|||
# Forward the Authorization header for the Google Reader API.
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
proxy_pass_header Authorization;
|
||||
|
||||
proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Lax";
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,7 +4,7 @@ in {
|
|||
services.freshrss = {
|
||||
enable = true;
|
||||
defaultUser = "chaos";
|
||||
baseUrl = "https://freshrss.owo.monster";
|
||||
baseUrl = "127.0.0.1";
|
||||
virtualHost = "127.0.0.1";
|
||||
passwordFile = secrets.chaos_password.path;
|
||||
};
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
networking.firewall.allowedTCPPorts = [8088];
|
||||
|
||||
networking.hostName = "lappy-surface";
|
||||
time.timeZone = "Europe/Vienna";
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue