Compare commits
No commits in common. "396eef3e3ed02e82d43483fb1acd59aa5798b1b5" and "b713a539617e46130016d6dccc232dfd6d30db25" have entirely different histories.
396eef3e3e
...
b713a53961
2 changed files with 4 additions and 4 deletions
|
@ -431,11 +431,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1662714967,
|
"lastModified": 1662458987,
|
||||||
"narHash": "sha256-IOTq5tAGGmBFj7tQbkcyLE261JUeTUucEE3p0WLZ4qM=",
|
"narHash": "sha256-hcDwRlsXZMp2Er3vQk1JEUZWhBPLVC9vTT4xHvhpcE0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "1fec8fda86dac5701146c77d5f8a414b14ed1ff6",
|
"rev": "504b32caf83986b7e6b9c79c1c13008f83290f19",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
services.dnscrypt-proxy2 = {
|
services.dnscrypt-proxy2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
ipv6_servers = true;
|
ipv6_servers = false;
|
||||||
require_dnssec = true;
|
require_dnssec = true;
|
||||||
cloaking_rules = ./cloaking_rules;
|
cloaking_rules = ./cloaking_rules;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue