From ce335f7a6c5f9e27c8d8385d772092fd2dcf4dd1 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:55 -0500 Subject: [PATCH] nixos/atticd: fix documentation link formatting --- nixos/modules/services/networking/atticd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/atticd.nix b/nixos/modules/services/networking/atticd.nix index 3984c434c60e..43d66ef06238 100644 --- a/nixos/modules/services/networking/atticd.nix +++ b/nixos/modules/services/networking/atticd.nix @@ -103,7 +103,7 @@ in settings = lib.mkOption { description = '' Structured configurations of atticd. - See https://github.com/zhaofengli/attic/blob/main/server/src/config-template.toml + See ''; type = format.type; default = { };