Update all flake URLs to use the new Forgejo instance. This includes auto-upgrade, nixos-rebuild-test, homelab-deploy listener, nixos-exporter, nix-cache02 builder, and the bootstrap script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
187 B
Nix
10 lines
187 B
Nix
{ ... }:
|
|
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
randomizedDelaySec = "1h";
|
|
allowReboot = true;
|
|
flake = "git+https://code.t-juice.club/torjus/nixos-servers.git";
|
|
};
|
|
}
|