This commit is contained in:
kenji
2025-07-01 09:31:36 -05:00
parent 2d69f55eba
commit 357b9a4f04
4 changed files with 7 additions and 80 deletions
+4 -3
View File
@@ -32,9 +32,10 @@
};
ssh = {
extraConfig = ''
Host macair
User biscuit
HostName 192.168.68.81
Host gitea.sakamoto.dev
User kenji
ProxyCommand cloudflared access ssh --hostname %h
HostName gitea.sakamoto.dev
'';
};
};