[Altair] Adds Thunderbird email, protonmail bridge. [Nix] Fixes deprecated expressions
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
# Automatically add keys to agent when used
|
||||
# Other options are "no" and "confirm"
|
||||
addKeysToAgent = "yes";
|
||||
|
||||
matchBlocks = {
|
||||
"mcp.haven" = {
|
||||
user = "drew";
|
||||
|
||||
# Automatically add keys to agent when used
|
||||
# Other options are "no" and "confirm"
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user