-
-
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/godns: init module #348290
base: master
Are you sure you want to change the base?
nixos/godns: init module #348290
Conversation
62ee801
to
309ce77
Compare
309ce77
to
375e072
Compare
375e072
to
625eb98
Compare
bd611bc
to
54f25d0
Compare
5059144
to
9b368a5
Compare
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've added a couple suggestions
type = types.nullOr types.path; | ||
}; | ||
|
||
additionalRestartTriggers = mkOption { |
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.
The systemd service will restart when the value of cfg.configFile
changes. Is this really needed?
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.
When using something like sops-nix
templates, the answer is sadly yes. Because the path of the generated template does not change even if the secret changes.
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.
Because the path of the generated template does not change even if the secret changes.
How does this option help then?
Initial implementation of the GoDNS service module. This module allows users to enable and configure the GoDNS service on their NixOS system. It includes options for specifying the GoDNS package and the path to the configuration file.
02cf028
to
91bf5d9
Compare
Added a new NixOS module for the GoDNS service, which allows users to enable and configure the GoDNS service on their NixOS system.
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.