[vpsFree.cz: community-list] Nixos gitlab runner

Adam Havelka adam at uxes.cz
Mon Feb 4 19:22:51 CET 2019


Ahoj, 


neřešili jste někdo gitlab runner na nixosu?




Když použiju nasledujici config, systemctl služba se sic zapne, ale do toml 
souboru (/etc/gitlab-runner/config.toml) se nezapíše a nezaregistruje se 
samotny runner (jak to například děla ten baliček po naklonovani https://
gitlab.com/arianvp/nixos-gitlab-runner/ )


```


{
services.gitlab-runner = {
    enable = true;
    configOptions = {
      runners = [
        {
          name = "nixos";
          url = "https://gitlab.com/";
          token = "tady_token";
          executor = "shell";
      }];
    };
  };
}
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vpsfree.cz/pipermail/community-list/attachments/20190204/29e48099/attachment.html>


More information about the Community-list mailing list