qol(doloro@hosts): ssh-agent addKeysToAgent yes

This commit is contained in:
2025-10-22 21:42:42 +00:00
parent 35fdb4e39c
commit c1ee1ea086
4 changed files with 13 additions and 2 deletions

View File

@@ -16,7 +16,9 @@
# rocmSupport = false;
programs = {
dconf.enable = true;
ssh.startAgent = true;
ssh = {
startAgent = true;
};
};
networking.dhcpcd.enable = lib.mkOverride 0 false;
boot.loader.grub.enable = lib.mkOverride 0 false;