summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2021-07-21 10:35:48 -0400
committerMatt Layher <mdlayher@gmail.com>2021-07-21 10:35:48 -0400
commit5c17e35a31c201c95d3acc53621b9a669e999fc3 (patch)
treec796f65aa63d9429d995e23e946694d8e524bb1f /nixos
parentfac9945d648679498cd669d5edf8b67a7891bbf0 (diff)
downloadnixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.tar
nixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.tar.gz
nixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.tar.bz2
nixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.tar.lz
nixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.tar.xz
nixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.tar.zst
nixpkgs-5c17e35a31c201c95d3acc53621b9a669e999fc3.zip
nixos/corerad: update link to reference configuration file
Signed-off-by: Matt Layher <mdlayher@gmail.com>
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.
       '';
     };