nixos-test-pixelfed-wip #22

Merged
taeer merged 11 commits from nixos-test-pixelfed-wip into main 2024-09-20 17:47:21 +02:00
Showing only changes of commit 43826e686b - Show all commits

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 { pixelfed.domain = mkOption {
type = types.str; type = types.str;
default = "pixelfed.${config.fediversity.domain}"; default = "pixelfed.${config.fediversity.domain}";