Talk:Encrypted DNS: Difference between revisions
imported>StillerHarpo Created page with "Is `stateDir` still neccessary. Isn't it already set in https://github.com/NixOS/nixpkgs/blob/9370544d849be8a07193e7611d02e6f6f1b10768/nixos/modules/services/networking/dnscry..." |
|||
| Line 1: | Line 1: | ||
Is `stateDir` still neccessary. Isn't it already set in https://github.com/NixOS/nixpkgs/blob/9370544d849be8a07193e7611d02e6f6f1b10768/nixos/modules/services/networking/dnscrypt-proxy2.nix#L106 | Is `stateDir` still neccessary. Isn't it already set in https://github.com/NixOS/nixpkgs/blob/9370544d849be8a07193e7611d02e6f6f1b10768/nixos/modules/services/networking/dnscrypt-proxy2.nix#L106 | ||
== OISD as flake input causes hash mismatch errors in nix flake check regularly == | |||
The OISD blocklist is updated often, changing its hash. The configuration example under Blocklist causes an error when running nix flake check because flake inputs are expected to have a stable hash. | |||
I am to inexperienced to be certain that I am not missing something, but wouldn't fetching the list at runtime with a systemd service be a better solution? [[User:IAoVI|IAoVI]] ([[User talk:IAoVI|talk]]) 06:08, 9 June 2026 (UTC) | |||