This commit is contained in:
Sridhar Ratnakumar 2026-04-14 21:49:03 -04:00
parent 5661ec53d5
commit ae12642991
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ let
};
in
{
programs.ssh.enableDefaultConfig = false;
programs.ssh.matchBlocks = {
"pureintent".extraOptions = controlMasterOpts;
"sincereintent".extraOptions = controlMasterOpts;

View file

@ -8,6 +8,7 @@
enable = true;
ignores = [ "*~" "*.swp" ];
lfs.enable = true;
signing.format = null;
settings = {
user = {
name = flake.config.me.fullname;