Properly setup mosh on servers

This commit is contained in:
Artemis Tosini 2023-06-06 01:13:54 +00:00
parent 7531f47709
commit ea6c138624
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -21,4 +21,6 @@
}; };
}; };
# users.users.artemis.openssh.authorizedKeys.keys set in private # users.users.artemis.openssh.authorizedKeys.keys set in private
programs.mosh.enable = true;
} }