diff options
author | Alan Pearce | 2024-11-27 11:28:23 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 11:28:23 +0100 |
commit | b3113adb09022a8fef659818b5cb43c55b40fc5f (patch) | |
tree | ebc82195916c0dccfa2360f21c78a6124f933a1d | |
parent | 73f3ca04c8609e76867ea7a0118b211d19ae69a6 (diff) | |
download | nixfiles-b3113adb09022a8fef659818b5cb43c55b40fc5f.tar.lz nixfiles-b3113adb09022a8fef659818b5cb43c55b40fc5f.tar.zst nixfiles-b3113adb09022a8fef659818b5cb43c55b40fc5f.zip |
Don't use ssh-deploy
-rw-r--r-- | .dir-locals.el | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index d76f5371..e352b5ac 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,27 +1,4 @@ ;;; 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/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/") - (ssh-deploy-on-explicit-save . 1) - (ssh-deploy-async . 1)))))) +((nil . ((compile-command . "./bin/home-manager switch")))) |