test
Some checks failed
ssh-test / ssh-test (push) Failing after 15s
deploy-rs / deploy-rs (push) Failing after 0s

This commit is contained in:
iFargle 2023-12-25 12:17:06 +09:00
parent a05f03c6fc
commit 112e253bb1

View file

@ -17,8 +17,16 @@
url = "https://git.sysctl.io"; url = "https://git.sysctl.io";
tokenFile = /run/secrets/services/forgejo_token; tokenFile = /run/secrets/services/forgejo_token;
hostPackages = with pkgs; [ hostPackages = with pkgs; [
sudo bash
coreutils coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
sudo
tailscale tailscale
]; ];
}; };