summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-07-21 23:12:47 +0200
committerGitHub <noreply@github.com>2021-07-21 23:12:47 +0200
commitf4860dc78548a1b77d60e6d039e77d4e0375bd30 (patch)
treee07f954fd1f6e6f5606af54897089b7438dbbcab /nixos
parent61ac6539fc420ab21f606e534ef2711bfe4c5e1e (diff)
parent5c17e35a31c201c95d3acc53621b9a669e999fc3 (diff)
downloadnixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.tar
nixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.tar.gz
nixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.tar.bz2
nixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.tar.lz
nixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.tar.xz
nixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.tar.zst
nixpkgs-f4860dc78548a1b77d60e6d039e77d4e0375bd30.zip
Merge pull request #130945 from mdlayher/mdl-corerad-docs
nixos/corerad: update link to reference configuration file
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/corerad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/corerad.nix b/nixos/modules/services/networking/corerad.nix
index 4acdd1d69cc..e76ba9a2d00 100644
--- a/nixos/modules/services/networking/corerad.nix
+++ b/nixos/modules/services/networking/corerad.nix
@@ -37,7 +37,7 @@ in {
         }
       '';
       description = ''
-        Configuration for CoreRAD, see <link xlink:href="https://github.com/mdlayher/corerad/blob/master/internal/config/default.toml"/>
+        Configuration for CoreRAD, see <link xlink:href="https://github.com/mdlayher/corerad/blob/main/internal/config/reference.toml"/>
         for supported values. Ignored if configFile is set.
       '';
     };