fix sshd
This commit is contained in:
parent
e1cf857065
commit
ef81fe1809
2 changed files with 1 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common.nix
|
../common.nix
|
||||||
./openssh.nix
|
../../services/openssh.nix
|
||||||
../../services/prometheus-node.nix
|
../../services/prometheus-node.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
#./forgejo-runner.nix
|
#./forgejo-runner.nix
|
||||||
|
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [ ../../services/openssh.nix ];
|
|
||||||
|
|
||||||
services.openssh = {
|
|
||||||
settings.PerSourcePenalties = false;
|
|
||||||
extraConfig = ''
|
|
||||||
Match User forgejo
|
|
||||||
AcceptEnv GIT_PROTOCOL
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue