properly add mosh

This commit is contained in:
Motiejus Jakštys 2023-01-26 12:11:13 -05:00
parent 7ca87d396e
commit 9411df0162
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,6 @@ in {
lsof
file
htop
mosh
#ncdu
sqlite
ripgrep
@ -109,6 +108,7 @@ in {
];
programs.mtr.enable = true;
programs.mosh.enable = true;
programs.ssh.knownHosts = {
"vno1-oh2.servers.jakst" = {
extraHostNames = ["dl.jakstys.lt" "vno1-oh2.jakstys.lt"];
@ -334,6 +334,7 @@ in {
};
};
# TODO static snapshots
#systemd.services."make-snapshot-dirs" = {
# requiredBy =
#};