Giulio De Pasquale
Giulio De Pasquale
May I ask what do you mean with this? This is the `.yml` file: ``` build-release: runs-on: self-hosted steps: - uses: actions/checkout@v2 - uses: cachix/cachix-action@v10 with: name: mycache authToken: "${{...
Sure! Here it is: ```nix { services.github-runner = { enable = true; url = "https://github.com/project"; tokenFile = "/secrets/github-runner/token"; replace = true; }; nix.extraOptions = '' tarball-ttl = 0 access-tokens =...
Is there anything I can do to help? I could try to give it a go as it may be a good learning opportunity for me :-)
So, I took a look a few days ago but then I got sidetracked. It seems that everything is owned by `github-runner`, I am not sure what's happening
Sorry, actually the builds are running under `nixbld` and the profile is owned by `github-runner`, my bad, sorry Domen!
Unfortunately, I didn’t solve it. On 20 Feb 2022, 20:12 +0000, Kirill Kuznetsov ***@***.***>, wrote: > @peperunas please tell me how you fixed it? > — > Reply to this...
Hello, I confirm I have the same issue. I'm on Arch Linux, `rodio 0.13`.
I may be a bit late to the discussion but I created some systemd units you can find [here](https://github.com/peperunas/configs/tree/master/restic). These are my restic config files, they may be useful for...
Looks great!
If @deluan agrees, we could change this issue to track the "shared listening" topic and move to #1708 for the specific "shared playing" resolution.