mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: import syslogd and dnscrypt
This commit is contained in:
parent
837dba9433
commit
63faa1f795
1 changed files with 7 additions and 0 deletions
7
modules/security/default.nix
Normal file
7
modules/security/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports =
|
||||||
|
[ (import ./dnscrypt.nix) ]
|
||||||
|
# ++ [ (import ../opensnitch.nix) ]
|
||||||
|
++ [ (import ./syslogd.nix) ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue