-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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/duplicati: Add dataDir to service #152043
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.
Hi @Lyndeno 👋 Thanks for opening this PR - I see it is your first for nixpkgs! 🎉
I have left a few comments for you to review. I hope you find them helpful. If you have any questions at all please do not hesitate at all to ask. I would be happy to help! Hopefully we can make your first PR a great experience.
Thanks!
Hey @aanderse, I have applied your suggestions to the branch. I wasn't sure on the best practice to replace my first commit so I just co-authored you on a commit with the relevant changes, I hope that is fine. Thank you for reviewing my PR, this is also pretty much my first PR on any project not my own so I this is pretty new to me! |
Hi @aanderse, I have fixed up my mistake and fixed a merge conflict. Please let me know if their is anything else I can do. |
@ofborg eval |
@Lyndeno can you please squash all commits into a single commit? Thanks! |
Other services such as minecraft-server and plex allow configuration of the dataDir option, allowing the files stored by each service to be in a custom location. Co-authored-by: Aaron Andersen <[email protected]>
d205130
to
c7008f8
Compare
Squashed, thanks! |
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.
Thank you very much!
Motivation for this change
Other services such as minecraft-server and plex allow configuration of
the dataDir option, allowing the files stored by each service to be in a
custom location.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes