asdf
Some checks failed
deploy-rs / deploy-rs (push) Failing after 3s

This commit is contained in:
iFargle 2023-12-25 12:24:40 +09:00
parent a6e2426877
commit e341bdbbf4

View file

@ -17,6 +17,7 @@
url = "https://git.sysctl.io";
tokenFile = /run/secrets/services/forgejo_token;
hostPackages = with pkgs; [
# Default
bash
coreutils
curl
@ -26,6 +27,7 @@
nodejs
wget
# Extras
sudo
tailscale
];