ark/profiles/network/dns/nextdns.nix

7 lines
100 B
Nix
Raw Normal View History

2020-11-21 23:54:07 +03:00
{ ... }: {
services.nextdns = {
enable = true;
arguments = [ "-config" "75e43d" ];
};
}