15 lines
202 B
Nix
Executable file
15 lines
202 B
Nix
Executable file
{ ... }: {
|
|
imports = [
|
|
./base.nix
|
|
./logging.nix
|
|
./bacula.nix
|
|
./fail2ban.nix
|
|
./initrd-ssh.nix
|
|
./mysql.nix
|
|
./nginx.nix
|
|
./postgres.nix
|
|
./sssd.nix
|
|
./zsh.nix
|
|
];
|
|
}
|