49 lines
866 B
Nix
49 lines
866 B
Nix
{
|
|
imports = [
|
|
# Reverse Proxy
|
|
./public/caddy.nix
|
|
|
|
# Entrace to Control Pane of Private Network
|
|
./public/headscale.nix
|
|
|
|
# Location tracking of my Dad in Saskatchewan
|
|
./public/hauk.nix
|
|
|
|
# Self Hosted Git Server
|
|
./public/gitea.nix
|
|
|
|
# Hydra Build Server
|
|
./public/hydra.nix
|
|
|
|
# Self Hosted Netflix
|
|
./public/jellyfin.nix
|
|
|
|
# Audio Books
|
|
./public/audiobookshelf.nix
|
|
|
|
# Static Website
|
|
./public/syzygial.nix
|
|
|
|
# Self Hosted Cloud Storage & Services
|
|
./public/nextcloud.nix
|
|
|
|
# Rabb.it at home
|
|
./public/watchthingz.nix
|
|
|
|
# Pterodactyl Game Server
|
|
./public/pterodactyl.nix
|
|
|
|
# Vaultwarden
|
|
./public/vaultwarden.nix
|
|
|
|
# Anki Sync Server
|
|
./public/anki.nix
|
|
|
|
# Public HASS Access
|
|
./public/hass.nix
|
|
|
|
# Webdav (for things like org-mobile)
|
|
./public/webdav.nix
|
|
];
|
|
}
|