+1
-1
doc/languages-frameworks/texlive.section.md
+1
-1
doc/languages-frameworks/texlive.section.md
···-Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
+1
-1
doc/packages/nginx.section.md
+1
-1
doc/packages/nginx.section.md
···Fortunately, HTTP supports an alternative (and more effective) caching mechanism: the [`ETag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) response header. The value of the `ETag` header specifies some identifier for the particular content that the server is sending (e.g., a hash). When a client makes a second request for the same resource, it sends that value back in an `If-None-Match` header. If the ETag value is unchanged, then the server does not need to resend the content.-As of NixOS 19.09, the nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.+The nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.
-1
doc/packages/steam.section.md
-1
doc/packages/steam.section.md
···- Steam ships statically linked with a version of `libcrypto` that conflicts with the one dynamically loaded by radeonsi_dri.so. If you get the error:
+1
-1
nixos/doc/manual/configuration/kubernetes.chapter.md
+1
-1
nixos/doc/manual/configuration/kubernetes.chapter.md
···
+1
-2
nixos/doc/manual/installation/installing-from-other-distro.section.md
+1
-2
nixos/doc/manual/installation/installing-from-other-distro.section.md
···
+1
-1
nixos/modules/services/x11/desktop-managers/pantheon.md
+1
-1
nixos/modules/services/x11/desktop-managers/pantheon.md
···: This is a known [issue](https://github.com/NixOS/nixpkgs/issues/64611) and there is no known workaround.-: AppCenter has been available since 20.03. Starting from 21.11, the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932).+: AppCenter is available and the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932).If you are using Pantheon, AppCenter should be installed by default if you have [Flatpak support](#module-services-flatpak) enabled. If you also wish to add the `appcenter` Flatpak remote: