# Configuration common to all my servers { config, pkgs, lib, ... }: { imports = [ ../profiles/openssh.nix ../secrets/user-craige.nix ../secrets/user-root.nix ]; programs.mosh = { enable = true; withUtempter = true; }; # avoid CVE-2021-4034 (PwnKit) security.polkit.enable = false; }