Note on style choice for eg. fediversity.internal.pixelfed.domain

This commit is contained in:
Nicolas Jeannerod 2024-09-20 17:20:31 +02:00
parent 73939b9d87
commit 43826e686b
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -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}";