diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-03-03 16:05:58 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-03-03 16:05:58 -0800 |
| commit | 4d14ea204823f9182e3c11759ffd4ff48c801ab1 (patch) | |
| tree | 9d34edb8912e9ecfa84ce2e22705356e5a9fa5df | |
| parent | cb76c9b1411ccb5b89fd264f28927d014b315ebf (diff) | |
git: update mirror service
| -rw-r--r-- | modules/nixos/services/git/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/services/git/default.nix b/modules/nixos/services/git/default.nix index a69ddbf..60d6a61 100644 --- a/modules/nixos/services/git/default.nix +++ b/modules/nixos/services/git/default.nix @@ -87,7 +87,7 @@ in { serviceConfig = { Type = "oneshot"; User = "git"; - WorkingDirectory = cfg.path + "/repositories"; + WorkingDirectory = cfg.path + "/repositories/mirror"; }; }; }; |