diff --git a/machines/chungus/sync-syncoid.nix b/machines/chungus/sync-syncoid.nix index 1181e17..672534e 100644 --- a/machines/chungus/sync-syncoid.nix +++ b/machines/chungus/sync-syncoid.nix @@ -57,6 +57,11 @@ in source = "root@orbi.${tld}:zroot/taskchampion"; target = "zraid/mirror/taskchampion"; # should NOT be created up front! }; + commands.forgejo = { + sshKey = "/run/facts/ssh.syncoid.id_ed25519"; + source = "root@orbi.${tld}:zroot/forgejo"; + target = "zraid/mirror/forgejo"; # should NOT be created up front! + }; commonArgs = [ # Does not create new snapshot, only transfers existing "--no-sync-snap"