summary refs log tree commit diff stats
path: root/.dir-locals.el
blob: 2a95ef7f4f8c4009cc89d6ec0846301ebeee2dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((compile-command . "./bin/home-manager switch")))
 ("system/nanopi.nix" .
  ((nil . ((ssh-deploy-root-local . "/home/alan/projects/alanpearce.eu/nixfiles/")
           (ssh-deploy-root-remote . "/sshx:nanopi:projects/alanpearce.eu/nixfiles/")
           (ssh-deploy-on-explicit-save . 1)))))
 ("system/linde.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))))))