Move devbox

main
Matthew Ess 2023-04-12 14:08:49 -04:00
parent 095f33c606
commit 9e28f2b3e9
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
home.file.".tarsnaprc" = lib.mkForce { text = ""; };
home.packages = [ pkgs.yubiswitch ];
programs.ssh.matchBlocks.devbox = {
hostname = "csdev4";
hostname = "csdev6";
forwardAgent = true;
serverAliveInterval = 120;
};