Set in hostPackages config for action runner

This commit is contained in:
Daniel Flanagan 2024-07-24 13:36:36 -05:00
parent 69688a053e
commit 11948b8e2e

View file

@ -772,11 +772,12 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
gawk
gitMinimal
gnused
nodejs
wget
];
};
};
environment.systemPackages = with pkgs; [nodejs];
# environment.systemPackages = with pkgs; [nodejs];
services.caddy.virtualHosts."git.lyte.dev" = {
extraConfig = ''
reverse_proxy :${toString config.services.forgejo.settings.server.HTTP_PORT}