thrall: Extract mosh config

This commit is contained in:
Alexander Kobjolke 2024-12-14 23:05:08 +01:00
parent 00d33dad5a
commit 54be778731
3 changed files with 10 additions and 3 deletions

View file

@ -29,6 +29,7 @@ in
../../modules/ssh.nix
../../modules/hledger-web.nix
../../modules/tailscale
../../modules/mosh.nix
];
# Use the GRUB 2 boot loader.
@ -89,7 +90,6 @@ in
];
allowedUDPPorts = [
53
42666
];
};
@ -172,7 +172,6 @@ in
enableSSHSupport = true;
};
programs.mosh.enable = true;
programs.neovim = {
enable = true;
defaultEditor = true;