mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
7 lines
132 B
Nix
7 lines
132 B
Nix
{ ... }:
|
|
{
|
|
imports =
|
|
[ (import ./dnscrypt.nix) ]
|
|
# ++ [ (import ../opensnitch.nix) ]
|
|
++ [ (import ./syslogd.nix) ];
|
|
}
|