Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Collection of opinionated, integrated and shared NixOS modules.

This includes features like:
- Backend independent LDAP/OAuth2 abstraction with service integration
- A continuation of environment.noXLibs named environment.noGraphicsPackages
- Easy Postgres upgrades between major versions and installation of `pg_stat_statements` extension in all databases
- Easy integration of Matrix Synapse, Element Web and extra oembed providers
- Easy integration of Matrix Synapse, Element Web and extra Oembed providers
- Configure extra dependencies in Nextcloud for the Recognize and Memories Apps and properly setup preview generation
- Restricted nix remote builders which can only execute remote builds
- More opinionated integrations on top of Portunus (Simple LDAP frontend), dex and oauth2-proxy
Expand Down
2 changes: 2 additions & 0 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
imports = [
(lib.mkRemovedOptionModule ["debugging" "enable"] "Because we never really used it.")
(lib.mkRemovedOptionModule ["environment" "noGraphicsPackages"] "Maintaining it out of tree got unviable after the kernel started to depend on a graphics library through ~5 packages.")
(lib.mkRemovedOptionModule ["haproxy" "compileWithAWSlc"] ''just set `services.haproxy.package = pkgs.haproxy.override { sslLibrary = "aws-lc"; };`'')
(lib.mkRemovedOptionModule ["haproxy" "recommendedDefaults"] "it wasn't used")
];
}
27 changes: 0 additions & 27 deletions modules/haproxy.nix

This file was deleted.

Loading