nixos/hosts/modules/server.nix
2025-06-28 20:28:09 +10:00

5 lines
83 B
Nix

{ config, pkgs, inputs, ... }:
{
# enable mosh
programs.mosh.enable = true;
}