poseidon: enable mosh

This commit is contained in:
Antoine Martin 2021-03-16 15:23:17 +01:00
parent 968c334c1b
commit df4ce5afb2

View file

@ -61,11 +61,14 @@ in
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.fish.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
programs = {
fish.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
mosh.enable = true;
};
# List services that you want to enable: