This commit is contained in:
XenGi 2026-08-13 17:05:03 +02:00
commit ef81fe1809
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 1 additions and 15 deletions

View file

@ -3,7 +3,7 @@
{
imports = [
../common.nix
./openssh.nix
../../services/openssh.nix
../../services/prometheus-node.nix
./forgejo.nix
#./forgejo-runner.nix

View file

@ -1,14 +0,0 @@
{ ... }:
{
imports = [ ../../services/openssh.nix ];
services.openssh = {
settings.PerSourcePenalties = false;
extraConfig = ''
Match User forgejo
AcceptEnv GIT_PROTOCOL
'';
};
}