9 lines
85 B
Nix
9 lines
85 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./openssh.nix
|
|
./fail2ban.nix
|
|
./nginx.nix
|
|
];
|
|
}
|