diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 5 |
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/") |