dotfiles/modules/nixos/services/default.nix

44 lines
770 B
Nix
Raw Permalink Normal View History

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.
2024-04-20 13:42:06 +00:00
{ ... }:
{
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
./filebrowser.nix
2024-03-24 17:16:20 +00:00
./identity.nix
2024-02-25 18:50:00 +00:00
./irc.nix
2023-07-10 22:00:48 +00:00
./gitea-runner.nix
2022-12-21 21:18:03 +00:00
./gitea.nix
./gnupg.nix
./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
2024-08-25 21:04:16 +00:00
./ntfy.nix
./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
2024-09-14 22:13:13 +00:00
./uptime-kuma.nix
2022-12-21 21:18:03 +00:00
./vaultwarden.nix
2023-07-16 13:50:58 +00:00
./victoriametrics.nix
2022-12-21 21:18:03 +00:00
./wireguard.nix
];
}