Some minor tweaks
This commit is contained in:
parent
12f1320b74
commit
7776dc1b92
4 changed files with 15 additions and 18 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
cfg = config.services.forgejo;
|
||||
srv = cfg.settings.server;
|
||||
in
|
||||
{
|
||||
services.openssh.settings.AcceptEnv = "GIT_PROTOCOL";
|
||||
services.openssh.settings.AcceptEnv = [ "GIT_PROTOCOL" ];
|
||||
|
||||
# Fixing mailing issues
|
||||
systemd.services.forgejo.serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue