dotfiles.nix/nixos/lavender/containers/default.nix

27 lines
273 B
Nix
Raw Normal View History

2023-05-24 22:25:12 +08:00
{ ... }:
{
imports = [
# Dashboard
./homepage
# Website
./nginx
# Dns blackhole
./pihole
# Multimedia
./plex
./sonarr
./radarr
./prowlarr
# Documents & Files
./qbittorrent
# Reverse proxy
./traefik
];
}