nixos-config/modules/mosh.nix

8 lines
83 B
Nix

{ ... }:
{
programs.mosh = {
enable = true;
openFirewall = true;
};
}