all repos — nixfiles @ 9500f24428bd4bfeb274a5de87e856c60deb4a2b

System and user configuration, managed by nix and home-manager

emacs: install and configure ssh-deploy

Alan Pearce
commit

9500f24428bd4bfeb274a5de87e856c60deb4a2b

parent

4ab8ed8887c04a65a01aadae4ae80e32d9a29f1b

1 file changed, 10 insertions(+), 1 deletion(-)

changed files
M .dir-locals.el.dir-locals.el
@@ -1,4 +1,13 @@
;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((compile-command . "./bin/home-manager switch")))) +((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))))))