# Configuration common to all Reciproka Kolectiva servers { config, pkgs, lib, ... }: { imports = [ ../profiles/openssh.nix ../profiles/users.nix ]; programs.mosh = { enable = true; withUtempter = true; }; }