-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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/dnsmasq: Use attrs instead of plain text config #196837
Conversation
bad7e3b
to
8f43766
Compare
8f43766
to
17846e7
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.
LGTM
Could you move the release notes to 23.05 now? |
17846e7
to
cca4693
Compare
Seems like this needs a rebase on master due to conflicts. |
cca4693
to
b9f9a09
Compare
Of course! Idle thought, I suspect there's going to be plenty of conflicts like this, until the release note grows big enough that the insert in arbitrary position works well for the merge resolution. I wonder if we could have the release note options included as files, as a glob (e.g. |
That seems like a good idea, but I think it's not a big deal that stuff like this happens, release notes grows big enough very quickly in general, you can rebase if you want :). |
b9f9a09
to
3f2b208
Compare
Whoops, I realised I forgot to bump the version in the release notes when I moved it over, done now. |
@KoviRobi Alas more conflicts. :'( ; please resolve them and I will merge so we can finally enjoy RFC42 on this :D. |
This should make it easier to configure in multiple places, override defaults, etc.
3f2b208
to
2c00429
Compare
No worries, and sorry it's taking so long |
I am the one sorry :) |
@ofborg test schleuder dnscrypt-proxy2 |
@RaitoBezarius No worries, I know everyone has been very busy with 22.11, plus also it's winter so I don't know about you but I get less done due to less sunlight. (But also sadly I have been struggling to be as active for Nix stuff in the past two and a half years) |
Looks like that didn't work? Let's try that again @ofborg test schleuder dnscrypt-proxy2 EDIT: Ah looks like ofborg doesn't leave comments anymore |
Thank you a lot @KoviRobi ! (indeed, I miss spring!) |
@KoviRobi Sorry to bother you. But how to express the following config after removing
|
Ah, found it. Sorry to bother you, again. ;) |
This should make it easier to configure in multiple places, override defaults, etc. Not sure if change is significant enough to warrant an entry in NixOS release notes.
I guess NixOS/rfcs#42 is related.
Description of changes
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