Enable Mosh server

This commit is contained in:
Tobserver Agent 2026-07-27 19:40:21 +07:00
parent 801201565f
commit 0296280ac9

View file

@ -8,6 +8,8 @@
enableSSHSupport = true; enableSSHSupport = true;
}; };
mosh.enable = true;
}; };
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];