parent
a6e2426877
commit
e341bdbbf4
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
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; [
|
||||||
|
# Default
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
nodejs
|
nodejs
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
# Extras
|
||||||
sudo
|
sudo
|
||||||
tailscale
|
tailscale
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue