chore: Update flake

This commit is contained in:
ulic-youthlic 2026-06-23 03:00:04 +08:00
parent aa9cd07dfe
commit 2d0bfe3dfd
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 245 additions and 224 deletions

View file

@ -53,26 +53,11 @@
Ciphers = "chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr";
};
enableDefaultConfig = false;
matchBlocks = {
"*" = {
forwardAgent = false;
addKeysToAgent = "no";
compression = false;
serverAliveInterval = 0;
serverAliveCountMax = 3;
hashKnownHosts = false;
userKnownHostsFile = "~/.ssh/known_hosts";
controlMaster = "no";
controlPath = "~/.ssh/master-%r@%n:%p";
controlPersist = "no";
};
settings = {
"github.com" = {
hostname = "ssh.github.com";
port = 443;
user = "git";
extraOptions = {
AddKeysToAgent = "yes";
};
HostName = "ssh.github.com";
Port = 443;
User = "git";
};
};
};