Files
2026-03-01 15:06:36 +01:00

10 lines
98 B
Nix

{ ... }:
{
imports = [
./clamav.nix
./smart.nix
./systemd.nix
./smtp.nix
];
}