From 5194bc27aecd4fea29e787c12a1a0281ade86d08 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:38 -0500 Subject: [PATCH] nixos/glusterfs: fix documentation link formatting --- nixos/modules/services/network-filesystems/glusterfs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/network-filesystems/glusterfs.nix b/nixos/modules/services/network-filesystems/glusterfs.nix index 87a979f79a87..cd0ce42bba63 100644 --- a/nixos/modules/services/network-filesystems/glusterfs.nix +++ b/nixos/modules/services/network-filesystems/glusterfs.nix @@ -59,8 +59,8 @@ in You may want to turn it off to reduce the attack surface for DDoS reflection attacks. - See https://davelozier.com/glusterfs-and-rpcbind-portmap-ddos-reflection-attacks/ - and https://bugzilla.redhat.com/show_bug.cgi?id=1426842 for details. + See + and for details. ''; default = true; }; @@ -123,7 +123,7 @@ in Enabling this will create a file {file}`/var/lib/glusterd/secure-access`. Disabling will delete this file again. - See also: https://gluster.readthedocs.io/en/latest/Administrator%20Guide/SSL/ + See also: ''; default = null; type = lib.types.nullOr (