tsuru: add nixgarden runner
This commit is contained in:
parent
beb87f47a6
commit
9cc7a11663
1 changed files with 25 additions and 0 deletions
|
@ -53,5 +53,30 @@
|
||||||
gitMinimal
|
gitMinimal
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
instances.nixgarden = {
|
||||||
|
settings = {
|
||||||
|
container = {
|
||||||
|
network = "host";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
enable = true;
|
||||||
|
name = config.networking.hostName;
|
||||||
|
token = "ufM3x5MANdcIg9qb7LTJrC7dAi9Kw6DmVXDDX3HL";
|
||||||
|
url = "https://git.flake.sh";
|
||||||
|
labels = [
|
||||||
|
"debian-latest:docker://node:18-bullseye"
|
||||||
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
|
#"native:host"
|
||||||
|
];
|
||||||
|
hostPackages = with pkgs; [
|
||||||
|
bash
|
||||||
|
curl
|
||||||
|
coreutils
|
||||||
|
wget
|
||||||
|
gitMinimal
|
||||||
|
python3
|
||||||
|
python311Packages.pip
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue