2024-01-10 04:11:11 +00:00
|
|
|
# This file imports all the other files in this directory for use as modules in
|
|
|
|
# my config.
|
|
|
|
|
2022-12-21 21:18:03 +00:00
|
|
|
{ ... }: {
|
|
|
|
|
|
|
|
imports = [
|
2023-03-12 13:24:16 +00:00
|
|
|
./arr.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./backups.nix
|
2023-07-18 03:52:37 +00:00
|
|
|
./bind.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./caddy.nix
|
|
|
|
./calibre.nix
|
2023-04-29 16:00:31 +00:00
|
|
|
./cloudflare-tunnel.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./cloudflare.nix
|
2023-07-10 22:00:48 +00:00
|
|
|
./gitea-runner.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./gitea.nix
|
|
|
|
./gnupg.nix
|
2023-07-04 22:20:43 +00:00
|
|
|
./grafana.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./honeypot.nix
|
2023-12-17 02:02:17 +00:00
|
|
|
./influxdb2.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./jellyfin.nix
|
|
|
|
./keybase.nix
|
|
|
|
./mullvad.nix
|
|
|
|
./n8n.nix
|
|
|
|
./netdata.nix
|
|
|
|
./nextcloud.nix
|
2023-11-10 03:37:34 +00:00
|
|
|
./paperless.nix
|
2024-01-17 00:58:01 +00:00
|
|
|
./postgresql.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./prometheus.nix
|
2023-02-28 05:05:04 +00:00
|
|
|
./samba.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./secrets.nix
|
|
|
|
./sshd.nix
|
|
|
|
./transmission.nix
|
|
|
|
./vaultwarden.nix
|
2023-07-16 13:50:58 +00:00
|
|
|
./victoriametrics.nix
|
2022-12-21 21:18:03 +00:00
|
|
|
./wireguard.nix
|
|
|
|
];
|
|
|
|
|
|
|
|
}
|