From 43826e686b9bec0b3f9b44da5459a518840f1a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Fri, 20 Sep 2024 17:20:31 +0200 Subject: [PATCH] Note on style choice for eg. `fediversity.internal.pixelfed.domain` --- fediversity/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fediversity/default.nix b/fediversity/default.nix index a6e0682..46ee05d 100644 --- a/fediversity/default.nix +++ b/fediversity/default.nix @@ -79,6 +79,10 @@ in { }; }; + ## REVIEW: Do we want to recreate options under + ## `fediversity.internal` or would we rather use the options from + ## the respective services? See Taeer's comment: + ## https://git.fediversity.eu/taeer/simple-nixos-fediverse/pulls/22#issuecomment-124 pixelfed.domain = mkOption { type = types.str; default = "pixelfed.${config.fediversity.domain}";