improve hyprland

This commit is contained in:
2025-08-20 12:08:37 +02:00
parent d0a1a4204d
commit 9ce4223019
37 changed files with 507 additions and 14 deletions

View File

@@ -0,0 +1,25 @@
{
...
}:
{
programs.ssh.extraConfig = ''
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Match User beastie
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519_beastie
Match User ansible
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ecdsa_ansible
Match User gitea Host git.unixyourbrain.org
PreferredAuthentications publickey,password
IdentityFile ~/.ssh/id_ed25519_beastie
Host S-TIC-01
KexAlgorithms=+diffie-hellman-group1-sha1
HostKeyAlgorithms=+ssh-rsa
'';
}