Modularise deploy-rs and add home-manager configs

This commit is contained in:
2022-02-20 20:16:49 +00:00
parent 15b10f22cf
commit c258230d74
8 changed files with 151 additions and 46 deletions

View File

@@ -11,6 +11,10 @@
targets.genericLinux.enable = true;
my = {
deploy.node = {
hostname = "h.nul.ie";
sshOpts = [ "-4" "-p" "8022" ];
};
ssh.matchBlocks = {
home = {
host =