chore: temporarily comment out dnscrypt as it was getting annoying

This commit is contained in:
Ahwx 2026-04-30 01:58:46 +02:00
parent 2ea7f4eba1
commit 410b57f9b0

View file

@ -1,7 +1,7 @@
{ ... }:
{
imports =
[ (import ./dnscrypt.nix) ]
# [ (import ./dnscrypt.nix) ]
# ++ [ (import ../opensnitch.nix) ]
++ [ (import ./syslogd.nix) ];
[ (import ./syslogd.nix) ];
}