hosts/plover: add Mosh into the installation

This commit is contained in:
Gabriel Arazas 2023-11-06 20:37:08 +08:00
parent 05cccd5037
commit 71640c761c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -80,6 +80,8 @@ in
};
};
# Offline SSH!?!
programs.mosh.enable = true;
sops.secrets = lib.getSecrets ./secrets/secrets.yaml {
"ssh-key" = { };