fruitbasket/modules/core/default.nix

16 lines
219 B
Nix
Raw Permalink Normal View History

2024-03-28 21:01:32 +01:00
{ ... }: {
imports = [
./base.nix
2024-03-14 23:59:42 +01:00
./logging.nix
./bacula.nix
./fail2ban.nix
./initrd-ssh.nix
./mysql.nix
./nginx.nix
2024-05-19 11:21:30 +02:00
./podman.nix
./postgres.nix
./sssd.nix
./zsh.nix
];
}