summary refs log tree commit diff stats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Pearce2024-08-27 14:51:35 +0200
committerAlan Pearce2024-08-27 14:51:35 +0200
commitc28471ee4f59e966c0613b80e081e8456f42ca34 (patch)
treecac9f421b1610b5b1a759a9bd855fdd93e4d13b5 /.dir-locals.el
parent09219f954b753a335c7fce76be0c12c95b493d27 (diff)
downloadnixfiles-c28471ee4f59e966c0613b80e081e8456f42ca34.tar.lz
nixfiles-c28471ee4f59e966c0613b80e081e8456f42ca34.tar.zst
nixfiles-c28471ee4f59e966c0613b80e081e8456f42ca34.zip
git-server: follow nixpkgs fastcgi option schema update
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d9b7c0ae..d76f5371 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -15,6 +15,11 @@
            (ssh-deploy-root-remote . "/sshx:linde:projects/alanpearce.eu/nixfiles/")
            (ssh-deploy-on-explicit-save . 1)
            (ssh-deploy-async . 1)))))
+ ("system/settings/services/git-server.nix" .
+  ((nil . ((ssh-deploy-root-local . "/home/alan/projects/alanpearce.eu/nixfiles/")
+           (ssh-deploy-root-remote . "/sshx:linde:projects/alanpearce.eu/nixfiles/")
+           (ssh-deploy-on-explicit-save . 1)
+           (ssh-deploy-async . 1)))))
  ("system/linde-hardware.nix" .
   ((nil . ((ssh-deploy-root-local . "/home/alan/projects/alanpearce.eu/nixfiles/")
            (ssh-deploy-root-remote . "/sshx:linde:projects/alanpearce.eu/nixfiles/")