# Configuration common to all JFDIC servers { config, pkgs, lib, ... }: { imports = [ ../profiles/openssh.nix ../nixos/secrets/user-fiscalvelvetpoet.nix ../nixos/secrets/user-root.nix ]; programs.mosh = { enable = true; withUtempter = true; }; }