Update nix

This commit is contained in:
muon 2026-03-08 10:21:06 +00:00
parent 6b01ee918a
commit 399417d93a
2 changed files with 21 additions and 13 deletions

View file

@ -68,6 +68,14 @@ in {
input.sensitivity = -0.4;
};
# SSH: auto-add work key to gpg-agent on first use
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
matchBlocks."*".identityFile = "~/.ssh/work_ed25519";
matchBlocks."muho".identityFile = "~/.ssh/id_ed25519";
};
# Version of first install
home.stateVersion = "23.05";
}