Files
nix-config/common/server/default.nix
Zuckerberg 09f461123f
All checks were successful
Check Flake / check-flake (push) Successful in 2m32s
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-19 22:22:29 -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
];
}