Files
nix-config/common/server/default.nix
Zuckerberg 911e081680
All checks were successful
Check Flake / check-flake (push) Successful in 2m15s
Add Attic binary cache and containerize gitea runner
Replace nix-serve-only setup with Attic for managed binary caching with
upstream filtering and GC. Move gitea actions runner from host into an
isolated NixOS container with private networking. nix-serve kept alongside
Attic during migration.
2026-02-21 12:32:45 -08:00

21 lines
301 B
Nix

{ ... }:
{
imports = [
./nginx.nix
./thelounge.nix
./mumble.nix
./matrix.nix
./gitea.nix
./samba.nix
./owncast.nix
./mailserver.nix
./nextcloud.nix
./gitea-actions-runner.nix
./atticd.nix
./librechat.nix
./actualbudget.nix
./unifi.nix
];
}