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

8
modules/mosh.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
programs.mosh = {
enable = true;
openFirewall = true;
};
}