2021-10-07 02:13:48 +00:00
|
|
|
# Configuration common to all JFDIC servers
|
|
|
|
{
|
2022-08-15 07:32:25 +00:00
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
imports = [
|
|
|
|
../profiles/openssh.nix
|
|
|
|
../secrets/user-fiscalvelvetpoet.nix
|
|
|
|
../secrets/user-root.nix
|
|
|
|
];
|
2021-10-07 02:13:48 +00:00
|
|
|
|
|
|
|
programs.mosh = {
|
|
|
|
enable = true;
|
|
|
|
withUtempter = true;
|
|
|
|
};
|
|
|
|
}
|