Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 13, 2024
1 parent a135067 commit 7906186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cells/home/profiles/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ in {
Include ~/.openbayes/ssh/config
Host satoshi
HostName satoshi.mck.cn.yousiki.top
HostName satoshi.siki.moe
User yousiki
Port 22
Host hakase
HostName hakase.mck.cn.yousiki.top
HostName hakase.siki.moe
User yousiki
Port 22
Host satoshi-cf
HostName satoshi.yousiki.top
HostName satoshi-ssh.siki.moe
User yousiki
Port 22
ProxyCommand cloudflared access ssh --hostname %h
Host hakase-cf
HostName hakase.yousiki.top
HostName hakase-ssh.siki.moe
User yousiki
Port 22
ProxyCommand cloudflared access ssh --hostname %h
Expand Down
1 change: 0 additions & 1 deletion cells/nixos/profiles/homelab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
if pkgs.config.cudaSupport
then "cuda"
else null;
# listenAddress = "0.0.0.0:11434";
host = "0.0.0.0";
port = 11434;
environmentVariables = {
Expand Down

0 comments on commit 7906186

Please sign in to comment.