docs: fix wiki links (#411)

This commit is contained in:
a-kenji 2024-04-10 01:17:28 +02:00 committed by GitHub
parent c46f7d9b5a
commit e4252aa777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ GitHub Action Runners are processes that execute the automated jobs you specify
This article looks at how to install a GitHub runner in your own NixOS infrastructure, making sure the environment is scalable and secure.
We have built a [NixOS module](https://nixos.wiki/wiki/NixOS_modules) that installs one or more [self-hosted github action runner](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners), along with a [cachix](https://www.cachix.org/) watch store service with the most secure defaults.
We have built a [NixOS module](https://wiki.nixos.org/wiki/NixOS_modules) that installs one or more [self-hosted github action runner](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners), along with a [cachix](https://www.cachix.org/) watch store service with the most secure defaults.
> __NOTE__: if you intend to run NixOS VM tests you must ensure your hosting provider supports [nested virtualization](https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-in-kvm/)
> or use bare-metal hosts, otherwise your tests will take a long time to execute.

View File

@ -1,4 +1,4 @@
# Use pipewire instead of PulseAudio. See https://nixos.wiki/wiki/PipeWire
# Use pipewire instead of PulseAudio. See https://wiki.nixos.org/wiki/PipeWire
{ lib, config, ... }:
{
security.rtkit.enable = lib.mkDefault config.services.pipewire.enable;