feat: Added steamdeck as an ssh machine
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
hostname = "shiro";
|
||||
forwardAgent = true;
|
||||
};
|
||||
deck = {
|
||||
user = "deck";
|
||||
hostname = "steamdeck";
|
||||
forwardAgent = true;
|
||||
};
|
||||
};
|
||||
serverAliveInterval = 120;
|
||||
extraConfig =
|
||||
|
||||
Reference in New Issue
Block a user