adding gitea runner
This commit is contained in:
@@ -286,7 +286,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner = {
|
services.gitea-actions-runner = {
|
||||||
instances.infrastructure = {
|
instances.infrastructure = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -327,7 +327,7 @@
|
|||||||
PrivateUsers = false;
|
PrivateUsers = false;
|
||||||
ProtectHome = false;
|
ProtectHome = false;
|
||||||
|
|
||||||
Restart = "always";
|
Restart = lib.mkForce "always";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user