mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
chore: temporarily comment out dnscrypt as it was getting annoying
This commit is contained in:
parent
2ea7f4eba1
commit
410b57f9b0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
[ (import ./dnscrypt.nix) ]
|
||||
# [ (import ./dnscrypt.nix) ]
|
||||
# ++ [ (import ../opensnitch.nix) ]
|
||||
++ [ (import ./syslogd.nix) ];
|
||||
[ (import ./syslogd.nix) ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue