blob: d9b7c0ae269063443d6a9d6c52dcf1fd4052eb27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
;;; 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)))))
("user/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)))))
("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/")
(ssh-deploy-on-explicit-save . 1)
(ssh-deploy-async . 1))))))
|