mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
44 lines
770 B
Nix
44 lines
770 B
Nix
# This file imports all the other files in this directory for use as modules in
|
|
# my config.
|
|
|
|
{ ... }:
|
|
{
|
|
|
|
imports = [
|
|
./arr.nix
|
|
./backups.nix
|
|
./bind.nix
|
|
./caddy.nix
|
|
./calibre.nix
|
|
./cloudflare-tunnel.nix
|
|
./cloudflare.nix
|
|
./filebrowser.nix
|
|
./identity.nix
|
|
./irc.nix
|
|
./gitea-runner.nix
|
|
./gitea.nix
|
|
./gnupg.nix
|
|
./grafana.nix
|
|
./honeypot.nix
|
|
./influxdb2.nix
|
|
./jellyfin.nix
|
|
./keybase.nix
|
|
./mullvad.nix
|
|
./n8n.nix
|
|
./netdata.nix
|
|
./nextcloud.nix
|
|
./ntfy.nix
|
|
./paperless.nix
|
|
./postgresql.nix
|
|
./prometheus.nix
|
|
./samba.nix
|
|
./secrets.nix
|
|
./sshd.nix
|
|
./transmission.nix
|
|
./uptime-kuma.nix
|
|
./vaultwarden.nix
|
|
./victoriametrics.nix
|
|
./wireguard.nix
|
|
];
|
|
}
|