reciproka-ops/profiles/server_common.nix
Fiscal Velvet Poet 4a6e51a9a7
ragenix: prepped basic secrets
progresses #11
2023-04-24 09:24:00 +10:00

18 lines
227 B
Nix

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