feat: Added rpi as a ssh and deploy target

This commit is contained in:
uttarayan21
2025-06-19 15:57:29 +05:30
parent fee8fd0b0c
commit cdc60fefb4
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
programs.ssh = {
enable = true;
matchBlocks = {
rpi = {
user = "servius";
hostname = "rpi";
};
github = {
user = "git";
host = "github.com";