reciproka-ops/profiles/server_common.nix
Fiscal Velvet Poet c3823d0cfb
Correct grammar in the collective's name
You know that moment when you're learning a languaged and getting the
grammar all wrong? No? Niether do I.

resolves #6
2024-01-10 01:28:40 +10:00

18 lines
241 B
Nix

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