1
0
Fork 0
forked from UniverseBow/flake

add t2-firmware support

This commit is contained in:
do butterflies cry? 2026-03-26 16:28:53 +10:00
parent 1b7b1e66f0
commit 468f399965
Signed by: cry
GPG key ID: F68745A836CA0412
8 changed files with 75 additions and 6 deletions

View file

@ -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";
};
};
};
}