test
This commit is contained in:
parent
a05f03c6fc
commit
112e253bb1
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue