diff options
author | Alan Pearce | 2024-06-25 10:37:27 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 10:37:27 +0200 |
commit | e8e28f1b15ec8c16df739b1d3933961c0f450fb4 (patch) | |
tree | e89765cc1c971533109e1e323d0fa952ade3696f | |
parent | 1575bebf3c32235dd6593e5bf5b305f1d2c7fe8d (diff) | |
download | nixfiles-e8e28f1b15ec8c16df739b1d3933961c0f450fb4.tar.lz nixfiles-e8e28f1b15ec8c16df739b1d3933961c0f450fb4.tar.zst nixfiles-e8e28f1b15ec8c16df739b1d3933961c0f450fb4.zip |
update deployment variables
-rw-r--r-- | .dir-locals.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 2a95ef7f..d9b7c0ae 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -6,8 +6,17 @@ ((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)))))) |