fix(doloro@hosts): ssh-agent start

This commit is contained in:
2025-10-22 15:16:05 +01:00
parent a5d7c4e184
commit 35fdb4e39c
2 changed files with 7 additions and 6 deletions

View File

@@ -50,11 +50,6 @@
program = "pinentry-qt";
};
};
programs = {
ssh = {
startAgent = true;
};
};
xdg.mimeApps.enable = true;
# This value determines the Home Manager release that your configuration is

View File

@@ -165,7 +165,13 @@ in
pulse.enable = true;
};
programs.fish.enable = true;
programs = {
ssh = {
# enable = true;
startAgent = true;
};
fish.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
services.openssh = {