All checks were successful
Run nix flake check / flake-check (push) Successful in 2m43s
Move nix-cache_caddy back to a manual config in prometheus.nix using the service CNAME (nix-cache.home.2rjus.net) instead of the hostname. The auto-generated target used nix-cache01.home.2rjus.net which doesn't match the TLS certificate SAN. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
105 B
Nix
11 lines
105 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./build-flakes.nix
|
|
./harmonia.nix
|
|
./proxy.nix
|
|
./nix.nix
|
|
];
|
|
|
|
}
|