valkyrie(coredns): Make coredns output less
This commit is contained in:
parent
60db9ba22b
commit
4f557c87c0
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
services.coredns = {
|
services.coredns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
extraArgs = [ "-quiet" ];
|
||||||
|
|
||||||
config = ''
|
config = ''
|
||||||
.:5454 {
|
.:5454 {
|
||||||
bind lo
|
bind lo
|
||||||
|
|
Loading…
Reference in a new issue