Updated to 24.05!

This commit is contained in:
FredzyW 2024-06-11 13:10:27 +02:00
parent 33bb9fc384
commit 0b8ca9ed4a
6 changed files with 41 additions and 29 deletions

View file

@ -38,6 +38,18 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"fs1" = {
hostname = "192.168.0.120";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"backups" = {
hostname = "192.168.0.120";
port = 22;
user = "github";
identityFile = "/home/fw/.ssh/github-ssh-key";
};
};
};
}