mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08: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 =
|
imports =
|
||||||
[ (import ./dnscrypt.nix) ]
|
# [ (import ./dnscrypt.nix) ]
|
||||||
# ++ [ (import ../opensnitch.nix) ]
|
# ++ [ (import ../opensnitch.nix) ]
|
||||||
++ [ (import ./syslogd.nix) ];
|
[ (import ./syslogd.nix) ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue