From 9411df01629317a8067be061a3b55577ea16631b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 26 Jan 2023 12:11:13 -0500 Subject: [PATCH] properly add mosh --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 437eb50..d82cc3c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = #};