Server/ssh: accept colorterm variable
This commit is contained in:
parent
ea97158296
commit
2b9491c837
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue