-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
ntfy-sh: add runtime secret file support #358060
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
8.has: module (update)
This PR changes an existing module in `nixos/`
labels
Nov 22, 2024
NixOSInfra
added
the
12. first-time contribution
This PR is the author's first one; please be gentle!
label
Nov 22, 2024
pluiedev
reviewed
Nov 22, 2024
Welcome to Nixpkgs! Please squash your commits into just one 🥰 |
JacobMetz
force-pushed
the
ntfy-secret-files
branch
from
November 22, 2024 07:14
d9bff95
to
426bc69
Compare
pluiedev
reviewed
Nov 22, 2024
JacobMetz
force-pushed
the
ntfy-secret-files
branch
from
November 22, 2024 20:10
426bc69
to
79f59b0
Compare
Looks like you mis-rebased there. Got a lot of unrelated commits in here |
JacobMetz
force-pushed
the
ntfy-secret-files
branch
from
November 22, 2024 21:29
79f59b0
to
8e9df96
Compare
github-actions
bot
added
6.topic: python
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: kernel
The Linux kernel
8.has: documentation
8.has: changelog
6.topic: rust
6.topic: policy discussion
6.topic: ocaml
6.topic: coq
"A formal proof management system"
6.topic: testing
Tooling for automated testing of packages and modules
6.topic: cuda
Parallel computing platform and API
6.topic: vscode
6.topic: lib
The Nixpkgs function library
6.topic: games
6.topic: php
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
6.topic: continuous integration
Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
labels
Nov 22, 2024
I am not sure why but I can't seem to fix it. Do you mind helping me out? |
I think you just did a mass ping. Please make a new PR without, y'know, involving all these people 😅 |
Oh my god sorry. Will do. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: continuous integration
Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
6.topic: coq
"A formal proof management system"
6.topic: cuda
Parallel computing platform and API
6.topic: games
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: kernel
The Linux kernel
6.topic: lib
The Nixpkgs function library
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: ocaml
6.topic: php
6.topic: policy discussion
6.topic: python
6.topic: rust
6.topic: testing
Tooling for automated testing of packages and modules
6.topic: vscode
8.has: changelog
8.has: documentation
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
8.has: module (update)
This PR changes an existing module in `nixos/`
12. first-time contribution
This PR is the author's first one; please be gentle!
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ADDED: smtpSenderPassFile and webPushPrivateKeyFile options
ADDED: systemd LoadCredential for secure runtime secret handling
ADDED: security hardening options for notification service
CHANGED: state directory handling
Closes #352461
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 usageNote: I attempted to run
nixpkgs-review
, but my dual core laptop repeatedly froze during the process. If additional testing is required, I would appreciate assistance or confirmation from a reviewer with more capable hardware../result/bin/
)Add a 👍 reaction to pull requests you find important.