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