Updated configuration

This commit is contained in:
2025-08-26 09:21:24 -03:00
parent 3b2ccc8417
commit c784df06fd
39 changed files with 1859 additions and 176 deletions

View File

@@ -4,7 +4,7 @@
...
}: {
programs.ssh = lib.optionalAttrs pkgs.stdenv.isLinux {
startAgent = true;
#startAgent = true;
enableAskPassword = true;
};
}