pureintent: Re-enable github runners

This commit is contained in:
Sridhar Ratnakumar 2025-01-17 15:52:29 -05:00
parent b68d876cb7
commit 41c8f5db91
4 changed files with 5 additions and 4 deletions

View file

@ -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
View file

@ -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": {

View file

@ -11,7 +11,7 @@ in
services.github-nix-ci = {
age.secretsDir = self + /secrets;
personalRunners = {
"srid/srid".num = 1;
"srid/nixos-config".num = 1;
};
};
}

Binary file not shown.