Some minor tweaks

This commit is contained in:
Lyes Saadi 2025-12-24 16:56:38 +01:00
parent 12f1320b74
commit 7776dc1b92
Signed by: lyes
GPG key ID: 55A1D803917CF39A
4 changed files with 15 additions and 18 deletions

View file

@ -23,6 +23,7 @@ in
# use this if they aren't displayed properly:
export _JAVA_AWT_WM_NONREPARENTING=1
export WLR_XWAYLAND=${xwayland-sway}/bin/Xwayland-sway
export WLR_RENDERER=vulkan
'';
extraPackages = with pkgs; [
brightnessctl

View file

@ -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 = {