All checks were successful
Check Flake / check-flake (push) Successful in 2m15s
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.
21 lines
301 B
Nix
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
|
|
];
|
|
}
|