Set in hostPackages config for action runner
This commit is contained in:
parent
69688a053e
commit
11948b8e2e
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue