mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
pureintent: Re-enable github runners
This commit is contained in:
parent
b68d876cb7
commit
41c8f5db91
4 changed files with 5 additions and 4 deletions
|
|
@ -11,6 +11,7 @@ in
|
|||
imports = [
|
||||
self.nixosModules.default
|
||||
./configuration.nix
|
||||
(self + /modules/nixos/shared/github-runner.nix)
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -457,11 +457,11 @@
|
|||
},
|
||||
"github-nix-ci": {
|
||||
"locked": {
|
||||
"lastModified": 1719098787,
|
||||
"narHash": "sha256-p13tatNNAfy+aEIxGkmE2GtCO4+toI/5YVxRwRL8Wno=",
|
||||
"lastModified": 1728494632,
|
||||
"narHash": "sha256-V3xldtMU7YidLibCHlkaoOdUZ0DFjEhYGtu6y/l2xAg=",
|
||||
"owner": "juspay",
|
||||
"repo": "github-nix-ci",
|
||||
"rev": "daa0503091247685cdb4c78b7d1914267ca1dc79",
|
||||
"rev": "7c612e5b5606c7aa86d4b910d27cc66281702f37",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ in
|
|||
services.github-nix-ci = {
|
||||
age.secretsDir = self + /secrets;
|
||||
personalRunners = {
|
||||
"srid/srid".num = 1;
|
||||
"srid/nixos-config".num = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
BIN
secrets/github-nix-ci/srid.token.age
generated
BIN
secrets/github-nix-ci/srid.token.age
generated
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue