gitea check if enabled before compiling runner
This commit is contained in:
parent
94eb3edef3
commit
ef611ff9e9
@ -33,7 +33,7 @@ in
|
||||
createDatabase = false;
|
||||
};
|
||||
};
|
||||
gitea-actions-runner.instances.ryujinx = {
|
||||
gitea-actions-runner.instances.ryujinx = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
url = cfg.url;
|
||||
name = "${config.networking.hostName}-ryujinx";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user