forked from UniverseBow/flake
add t2-firmware support
This commit is contained in:
parent
1b7b1e66f0
commit
468f399965
8 changed files with 75 additions and 6 deletions
|
|
@ -4,7 +4,13 @@
|
|||
# WARNING: for that you need to use `services.ssh-agent.enable`
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "yes";
|
||||
|
||||
matchBlocks = {
|
||||
# * block indicates defaults
|
||||
"*" = {
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue