chore: Update inputs

This commit is contained in:
Alexander Kobjolke 2025-11-23 22:45:52 +01:00
parent f1c0789571
commit 3885f59083
4 changed files with 100 additions and 93 deletions

View file

@ -188,8 +188,13 @@ in
ssh = {
enable = true;
controlMaster = "auto";
controlPersist = "10m";
enableDefaultConfig = false;
matchBlocks = {
"*" = {
controlMaster = "auto";
controlPersist = "10m";
};
};
};
texlive.enable = true;