mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: add Mosh into the installation
This commit is contained in:
parent
05cccd5037
commit
71640c761c
@ -80,6 +80,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Offline SSH!?!
|
||||||
|
programs.mosh.enable = true;
|
||||||
|
|
||||||
sops.secrets = lib.getSecrets ./secrets/secrets.yaml {
|
sops.secrets = lib.getSecrets ./secrets/secrets.yaml {
|
||||||
"ssh-key" = { };
|
"ssh-key" = { };
|
||||||
|
Loading…
Reference in New Issue
Block a user