fix(doloro@hosts): ssh-agent start
This commit is contained in:
@@ -50,11 +50,6 @@
|
|||||||
program = "pinentry-qt";
|
program = "pinentry-qt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
|
||||||
ssh = {
|
|
||||||
startAgent = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
xdg.mimeApps.enable = true;
|
xdg.mimeApps.enable = true;
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
|
|||||||
@@ -165,7 +165,13 @@ in
|
|||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs = {
|
||||||
|
ssh = {
|
||||||
|
# enable = true;
|
||||||
|
startAgent = true;
|
||||||
|
};
|
||||||
|
fish.enable = true;
|
||||||
|
};
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.libinput.enable = true;
|
# services.libinput.enable = true;
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user