Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
@@ -217,6 +217,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
-`services.neo4j.allowUpgrade` was removed and no longer has any effect. Neo4j 5 supports automatic rolling upgrades.
-`unifiLTS`, `unifi5` and `unifi6` have been removed, as they require MongoDB versions which are end-of-life. All these versions can be upgraded to `unifi7` directly.
-`nitter` requires a `guest_accounts.jsonl` to be provided as a path or loaded into the default location at `/var/lib/nitter/guest_accounts.jsonl`. See [Guest Account Branch Deployment](https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment) for details.
-`boot.supportedFilesystems` and `boot.initrd.supportedFilesystems` are now attribute sets instead of lists. Assignment from lists as done previously is still supported, but checking whether a filesystem is enabled must now by done using `supportedFilesystems.fs or false` instead of using `lib.elem "fs" supportedFilesystems` as was done previously.
uniffi-bindgen=throw"uniffi-bindgen has been removed since upstream no longer provides a standalone package for the CLI";
unifi-poller=unpoller;# Added 2022-11-24
unifiStable=unifi6;# Added 2020-12-28
unifi5=throw"'unifi5' has been removed since its required MongoDB version is EOL.";# Added 2024-04-11
unifi6=throw"'unifi6' has been removed since its required MongoDB version is EOL.";# Added 2024-04-11
unifiLTS=throw"'unifiLTS' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead.";# Added 2024-04-11
unifiStable=throw"'unifiStable' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead.";# Converted to throw 2024-04-11
untrunc=untrunc-anthwlock;# Added 2021-02-01
urlview=throw"'urlview' has been dropped because it's unmaintained. Consider switching to an alternative such as `pkgs.extract_url` or `pkgs.urlscan`.";# Added 2023-12-14