mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Update nix
This commit is contained in:
parent
6b01ee918a
commit
399417d93a
2 changed files with 21 additions and 13 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue