thrall: Extract mosh config
This commit is contained in:
parent
00d33dad5a
commit
54be778731
3 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue