nixos-config/modules/security/default.nix

8 lines
132 B
Nix
Raw Normal View History

2025-11-21 11:38:30 +01:00
{ ... }:
{
imports =
[ (import ./dnscrypt.nix) ]
# ++ [ (import ../opensnitch.nix) ]
++ [ (import ./syslogd.nix) ];
}