diff options
Diffstat (limited to 'ops/machines/bugry/default.nix')
-rw-r--r-- | ops/machines/bugry/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/machines/bugry/default.nix b/ops/machines/bugry/default.nix index 60d53325515b..92d09741cac4 100644 --- a/ops/machines/bugry/default.nix +++ b/ops/machines/bugry/default.nix @@ -6,6 +6,7 @@ let in { imports = [ + (mod "depot-replica.nix") (mod "known-hosts.nix") (mod "nixery.nix") (mod "tvl-cache.nix") @@ -173,6 +174,9 @@ in services.depot.nixery.enable = true; + # Allow Gerrit to replicate depot to /var/lib/depot + services.depot.replica.enable = true; + services.depot.automatic-gc = { enable = true; interval = "1 hour"; |