-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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/send: init #351255
nixos/send: init #351255
Conversation
4365740
to
7f666d6
Compare
@74k1 please test this module |
@ofborg test send |
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.
Hi,
Just made a quick review.
7f666d6
to
3888024
Compare
Can't say I had heard about this systemd hardening, DynamicUser, systemd-credentials, not inherently any secrets in the store 👍 Is just "send" an appropriate package name, tough? Do other distributions also simply call it "send"? |
Can you rebase this PR now that #350931 has been merged? |
3888024
to
c9086d8
Compare
I have searched the entire |
Done. |
This comment was marked as off-topic.
This comment was marked as off-topic.
(listOf int) | ||
]) | ||
); | ||
description = '' |
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.
description = '' | |
default = { }; | |
description = '' |
services.redis = lib.optionalAttrs cfg.redis.createLocally { | ||
servers."${cfg.redis.name}" = { | ||
enable = true; | ||
bind = "localhost"; |
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.
Please use a Unix socket by default.
must be merged after #350931
Closes #350025
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.