parent
112e253bb1
commit
79ecbf7209
1 changed files with 2 additions and 10 deletions
|
@ -16,17 +16,9 @@
|
||||||
labels = [ "self-hosted:host://-self-hosted" ];
|
labels = [ "self-hosted:host://-self-hosted" ];
|
||||||
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 [
|
||||||
bash
|
|
||||||
coreutils
|
|
||||||
curl
|
|
||||||
gawk
|
|
||||||
gitMinimal
|
|
||||||
gnused
|
|
||||||
nodejs
|
|
||||||
wget
|
|
||||||
|
|
||||||
sudo
|
sudo
|
||||||
|
coreutils
|
||||||
tailscale
|
tailscale
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue