Server/ssh: accept colorterm variable

This commit is contained in:
Toast 2024-04-23 10:07:00 +02:00
parent ea97158296
commit 2b9491c837

View file

@ -29,6 +29,11 @@ in {
PermitRootLogin = "no";
PasswordAuthentication = false;
};
# The forgejo module is fucky so I can't set this with the nixos option
# https://github.com/NixOS/nixpkgs/issues/306205
extraConfig = ''
AcceptEnv COLORTERM
'';
hostKeys = [
{
path = hostKeyPath;