-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixos/anubis: init module #392018
base: master
Are you sure you want to change the base?
nixos/anubis: init module #392018
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would love to see this PR merged. Just a few comments from me though.
I see a few uses of builtins
but ideally we should use lib
for those as they may improve backwards compatibility with older nix versions.
b4e1ff3
to
b76eb0d
Compare
rebased to master so we can actually run tests |
80d9305
to
6f82ecd
Compare
Not weighing in with a review myself as this is generally above my head, but I'd love to see this merged as I've spent far too long recently defending against AI scrapers maxing out my box. |
Adds a NixOS module for Anubis.
Depends-on: #391924
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.