-
-
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/alps: init module #180598
nixos/alps: init module #180598
Conversation
What is missing:
|
9e2075f
to
4c1f9ea
Compare
485fa7e
to
69b252a
Compare
To avoid cluttering this pr with the packaging fixes, I extracted that part into a separate pr: #180699 |
Thanks for adding the reviews, and thanks adding the service and adding yourself as a maintainer! This LGTM after feedback from other reviews is applied. |
I don't think that opening even more micro-PRs isn't helping. Both things are related (i.e. one depends strictly on another), so why this split-up? |
@madonius can we help you with pushing this forward? :) |
740d98a
to
040063a
Compare
040063a
to
9691bfe
Compare
9691bfe
to
96d284b
Compare
96d284b
to
85f0887
Compare
smtps = { | ||
port = mkOption { | ||
type = types.port; | ||
default = 445; |
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.
Typo? The default SMTPS port is 465.
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.
Good catch, thanks!
I opened a PR to fix this: #199905
Description of changes
Added service definition for alps
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