update to 22.11

This commit is contained in:
Leonardo Eugênio 2022-12-02 14:40:11 -03:00
parent 5116ebbe0c
commit 1cf49d44c6
6 changed files with 55 additions and 40 deletions

View file

@ -1,9 +1,9 @@
{ config, pkgs, lib, ... }: {
boot.kernel.sysctl."net.ipv4.ip_forward" = true;
virtualisation.docker.enable = true;
services.gitlab-runner = with lib; {
services.gitlab-runner = {
enable = true;
concurrent = 4;
settings.concurrent = 4;
services = {
ci_test = {
registrationConfigFile = "/srv/gitlab-runner/env/ci_test";

View file

@ -15,7 +15,6 @@
wlr.enable = true;
# gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
gtkUsePortal = true;
};
services.greetd = let
greetd_main_script = pkgs.writeShellScriptBin "main" ''